commit | f0327f67c778f46cdf19d793c013f024f01ea818 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 20:16:55 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 20:16:55 2013 +0200 |
tree | 6972cbe3798715dba358aa3e1f15a91edee766a3 | |
parent | 22dbc77ef17e67f1c909d76b256425db793eb792 [diff] [blame] |
updated for version 7.3.1256 Problem: Can't build without eval or autocmd feature. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index b0855c1..fe0ce58 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1256, +/**/ 1255, /**/ 1254,