commit | 2eba18255ea36927ea0acc6d45b7be03ca94a139 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 15:10:04 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 15:10:04 2011 +0200 |
tree | 1cfb84fc1e9839ffb6ea9385308207ed36cf3bb6 | |
parent | c9927c136f3e8933fc1ea4b043e0a0b8c12bd023 [diff] [blame] |
updated for version 7.3.287 Problem: Can't compile with MSVC and tiny options. Solution: Move variables and #ifdefs. (Sergey Khorev)
diff --git a/src/version.c b/src/version.c index 51f1d25..7642dd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 287, +/**/ 286, /**/ 285,