index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
autocmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0304: WinScrolled is not triggered when only skipcol changes
v9.0.0304
zeertzjq
2022-08-28
1
-0
/
+1
*
patch 9.0.0063: too many type casts for dict_get functions
v9.0.0063
Bram Moolenaar
2022-07-23
1
-12
/
+9
*
patch 9.0.0061: ml_get error with nested autocommand
v9.0.0061
Bram Moolenaar
2022-07-23
1
-1
/
+5
*
patch 8.2.5089: some functions return a different value on failure
v8.2.5089
Yegappan Lakshmanan
2022-06-14
1
-2
/
+2
*
patch 8.2.5051: check for autocmd_add() event argument is confusing
v8.2.5051
Bram Moolenaar
2022-06-01
1
-8
/
+6
*
patch 8.2.5049: insufficient tests for autocommands
v8.2.5049
Yegappan Lakshmanan
2022-06-01
1
-25
/
+15
*
patch 8.2.5033: build error with +eval but without +quickfix
v8.2.5033
Bram Moolenaar
2022-05-27
1
-1
/
+2
*
patch 8.2.5030: autocmd_add() can only handle one event and pattern
v8.2.5030
Yegappan Lakshmanan
2022-05-27
1
-41
/
+134
*
patch 8.2.5011: Replacing an autocommand requires several lines
v8.2.5011
Yegappan Lakshmanan
2022-05-24
1
-2
/
+6
*
patch 8.2.4981: it is not possible to manipulate autocommands
v8.2.4981
Yegappan Lakshmanan
2022-05-19
1
-1
/
+352
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-2
/
+2
*
patch 8.2.4749: <script> is not expanded in autocmd context
v8.2.4749
LemonBoy
2022-04-14
1
-20
/
+37
*
patch 8.2.4723: the ModeChanged autocmd event is inefficient
v8.2.4723
LemonBoy
2022-04-09
1
-11
/
+1
*
patch 8.2.4713: plugins cannot track text scrolling
v8.2.4713
LemonBoy
2022-04-08
1
-1
/
+21
*
patch 8.2.4505: Vim9: outdated "autocmd nested" still works
v8.2.4505
Bram Moolenaar
2022-03-04
1
-1
/
+15
*
patch 8.2.4402: missing parenthesis may cause unexpected problems
v8.2.4402
kylo252
2022-02-16
1
-3
/
+3
*
patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre
v8.2.4345
Bram Moolenaar
2022-02-11
1
-1
/
+3
*
patch 8.2.4335: no autocommand event triggered before changing directory
v8.2.4335
Bram Moolenaar
2022-02-09
1
-0
/
+1
*
patch 8.2.4208: using setbufvar() may change the window title
v8.2.4208
Bram Moolenaar
2022-01-24
1
-0
/
+3
*
patch 8.2.4028: ml_get error with :doautoall and Visual area
v8.2.4028
Bram Moolenaar
2022-01-07
1
-2
/
+9
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-3
/
+3
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-1
/
+1
*
patch 8.2.3960: error messages are spread out
v8.2.3960
Bram Moolenaar
2021-12-31
1
-4
/
+3
*
patch 8.2.3959: error messages are spread out
v8.2.3959
Bram Moolenaar
2021-12-31
1
-5
/
+5
*
patch 8.2.3886: can define autocmd for every event by using "au!"
v8.2.3886
Bram Moolenaar
2021-12-24
1
-1
/
+1
*
patch 8.2.3837: QNX: crash when compiled with GUI but using terminal
v8.2.3837
Bram Moolenaar
2021-12-17
1
-4
/
+9
*
patch 8.2.3833: error from term_start() not caught by try/catch
v8.2.3833
ichizok
2021-12-17
1
-0
/
+5
*
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-11-29
1
-2
/
+0
*
patch 8.2.3626: "au! event" cannot be followed by another command
v8.2.3626
Bram Moolenaar
2021-11-20
1
-0
/
+2
*
patch 8.2.3591: no event is triggered when closing a window
v8.2.3591
naohiro ono
2021-11-13
1
-1
/
+3
*
patch 8.2.3555: ModeChanged is not triggered on every mode change
v8.2.3555
=?UTF-8?q?Magnus=20Gro=C3=9F?=
2021-10-22
1
-0
/
+17
*
patch 8.2.3460: some type casts are not needed
v8.2.3460
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-02
1
-5
/
+5
*
patch 8.2.3430: no generic way to trigger an autocommand on mode change
v8.2.3430
=?UTF-8?q?Magnus=20Gro=C3=9F?=
2021-09-12
1
-2
/
+16
*
patch 8.2.3306: unexpected "No matching autocommands"
v8.2.3306
Bram Moolenaar
2021-08-07
1
-3
/
+8
*
patch 8.2.3268: cannot use a block with :autocmd like with :command
v8.2.3268
Bram Moolenaar
2021-08-01
1
-9
/
+20
*
patch 8.2.2695: cursor position reset with nested autocommands
v8.2.2695
Bram Moolenaar
2021-04-03
1
-4
/
+6
*
patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter
v8.2.2596
Bram Moolenaar
2021-03-13
1
-4
/
+16
*
patch 8.2.2420: too many problems with using all autocommand events
v8.2.2420
Bram Moolenaar
2021-01-28
1
-5
/
+8
*
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature
v8.2.2238
Bram Moolenaar
2020-12-28
1
-8
/
+4
*
patch 8.2.2128: there is no way to do something on CTRL-Z
v8.2.2128
Bram Moolenaar
2020-12-11
1
-0
/
+2
*
patch 8.2.1966: popup becomes current window after closing a terminal window
v8.2.1966
Bram Moolenaar
2020-11-07
1
-15
/
+16
*
patch 8.2.1874: can't do something just before leaving Insert mode
v8.2.1874
Bram Moolenaar
2020-10-21
1
-0
/
+1
*
patch 8.2.1783: try-catch test fails
v8.2.1783
Bram Moolenaar
2020-10-01
1
-3
/
+7
*
patch 8.2.1781: writing to prompt buffer interferes with insert mode
v8.2.1781
Bram Moolenaar
2020-10-01
1
-1
/
+1
*
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
v8.2.1491
Bram Moolenaar
2020-08-20
1
-1
/
+5
*
patch 8.2.0965: has_funcundefined() is not used
v8.2.0965
Bram Moolenaar
2020-06-12
1
-9
/
+0
*
patch 8.2.0952: no simple way to interrupt Vim
v8.2.0952
Bram Moolenaar
2020-06-10
1
-0
/
+1
*
patch 8.2.0928: many type casts are used for vim_strnsave()
v8.2.0928
Bram Moolenaar
2020-06-07
1
-2
/
+2
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-4
/
+8
*
patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible
v8.2.0158
Bram Moolenaar
2020-01-26
1
-0
/
+1
[next]