commit | 1e997827f12b38359fe8a4e7b033bbb6465b6668 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 16:04:57 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 16:04:57 2015 +0100 |
tree | 6dd3ba99308bb8d74c2eacea2d11122deb0af2e6 | |
parent | 35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 226386a..207ac12 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 637, +/**/ 636, /**/ 635,