commit | b8e86705ca09deeee5044af6e3afb4e9999eceb5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 22:13:52 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 22:13:52 2010 +0200 |
tree | ab0a146232e457549c2761dea7099bcd8a5841dd | |
parent | bd743259603a5cda418a0c542b719dad0213e1a9 [diff] [blame] |
updated for version 7.3.033 Problem: Can't build without FEAT_LOCALMAP. Solution: Add an #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index d8e9a51..3b22477 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 33, +/**/ 32, /**/ 31,