commit | b76591ef4afd62431c7975d29ac22687d5a50ca2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 21:42:22 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 21:42:22 2013 +0200 |
tree | cfe9b36c5b88983d42e4c6a15169bb0012afb20e | |
parent | 044aa290c5f20afc871629acec9aae0dae367a01 [diff] [blame] |
updated for version 7.3.1114 Problem: Can't build without the syntax feature. Solution: Add #ifdefs. (Erik Falor)
diff --git a/src/version.c b/src/version.c index 35c8807..a2d7037 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1114, +/**/ 1113, /**/ 1112,