1
0
forked from aniani/vim

updated for version 7.4.630

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)
This commit is contained in:
Bram Moolenaar
2015-02-17 10:58:25 +01:00
parent 98f52500b6
commit c51b02d7d9
2 changed files with 10 additions and 2 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
630,
/**/
629,
/**/