vim-patch:7.4.630 #2524

Problem:    When using Insert mode completion combined with autocommands the
            redo command may not work.
Solution:   Do not save the redo buffer when executing autocommands. (Yasuhiro
            Matsumoto)

https://github.com/vim/vim/commit/v7-4-630
This commit is contained in:
Florian Walch
2015-04-28 12:02:48 +03:00
committed by Justin M. Keyes
parent 158d267533
commit 13e148687c
2 changed files with 9 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ static int included_patches[] = {
//633,
//632,
//631,
//630,
630,
//629,
//628,
//627,