0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.637

Problem:    Incorrectly read the number of buffer for which an autocommand
            should be registered.
Solution:   Reverse check for "<buffer=abuf>". (Lech Lorens)
This commit is contained in:
Bram Moolenaar
2015-02-17 16:04:57 +01:00
parent 35e7594dd4
commit 1e997827f1
2 changed files with 9 additions and 6 deletions

View File

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