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 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
*
patch 8.2.0098: exe stack length can be wrong without being detected
v8.2.0098
Bram Moolenaar
2020-01-07
1
-0
/
+3
*
patch 8.2.0056: execution stack is incomplete and inefficient
v8.2.0056
Bram Moolenaar
2019-12-29
1
-18
/
+15
*
patch 8.1.2368: using old C style comments
v8.1.2368
Bram Moolenaar
2019-11-30
1
-8
/
+9
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-2
/
+2
*
patch 8.1.2219: no autocommand for open window with terminal
v8.1.2219
Bram Moolenaar
2019-10-26
1
-0
/
+1
*
patch 8.1.2046: SafeState may be triggered at the wrong moment
v8.1.2046
Bram Moolenaar
2019-09-16
1
-0
/
+1
*
patch 8.1.2044: no easy way to process postponed work
v8.1.2044
Bram Moolenaar
2019-09-15
1
-0
/
+1
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-8
/
+1
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+1
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-2
/
+0
*
patch 8.1.1873: cannot build tiny version
v8.1.1873
Bram Moolenaar
2019-08-17
1
-3
/
+0
*
patch 8.1.1805: au_did_filetype is declared twice
v8.1.1805
Bram Moolenaar
2019-08-03
1
-10
/
+0
*
patch 8.1.1588: in :let-heredoc line continuation is recognized
v8.1.1588
Bram Moolenaar
2019-06-25
1
-1
/
+1
*
patch 8.1.1454: build failure without the conceal feature
v8.1.1454
Bram Moolenaar
2019-06-02
1
-2
/
+0
*
patch 8.1.1425: win_execute() does not set window pointers properly
v8.1.1425
Bram Moolenaar
2019-05-30
1
-3
/
+1
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-2
/
+2
*
patch 8.1.1391: no popup window support
v8.1.1391
Bram Moolenaar
2019-05-25
1
-12
/
+6
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-4
/
+4
[next]