diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-15 13:22:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-15 13:22:01 +0200 |
commit | 9377df3ecd0bd3acb5d46cb8af7fe60867f247f2 (patch) | |
tree | b6ef803c19ff558bd280b1c79fbc6362fb66eda3 /src/version.c | |
parent | 65e4c4f6868882a380c319632a1728a5e7d274ad (diff) | |
download | vim-git-8.0.1195.tar.gz |
patch 8.0.1195: can't build on MS-Windowsv8.0.1195
Problem: Can't build on MS-Windows.
Solution: Adjust #ifdef and add #ifdefs.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a762e1ec0..5e87e258f 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1195, +/**/ 1194, /**/ 1193, |