commit | 78eae9aaf7d73ab676d7adecb77765834dccc460 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 11:02:05 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 11:02:05 2013 +0200 |
tree | 9dc6e5833fe075ce3518342c7fcd1757683151b3 | |
parent | 5ebc09b4505b38c0b928c68769e10cda1226a2e4 [diff] [blame] |
updated for version 7.3.1116 Problem: Can't build without Visual mode. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index cf536b8..3677adc 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1116, +/**/ 1115, /**/ 1114,