commit | 7e28384a9a009852414a5fe3a44bcdcbd82a52d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 11:43:15 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 11:43:15 2013 +0200 |
tree | 43a25acffa4ef39d5a11344c8525bdfb67ec6877 | |
parent | 07b8864111362db1ce4f3fa30ba8460b8bf91774 [diff] [blame] |
updated for version 7.3.1054 Problem: Can't build without the +autocmd feature. (Elimar Riesebieter) Solution: Fix use of buf and curbuf.
diff --git a/src/version.c b/src/version.c index c7785ba..795e175 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1054, +/**/ 1053, /**/ 1052,