diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-15 21:43:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-15 21:43:21 +0200 |
commit | 81b07b527e8b9c35d12fd45b63885d6938564723 (patch) | |
tree | c2a6b826ade36fd9c23230998c6e956ee00f4134 /src | |
parent | a20f83df1d646a2d296af835ba1154f09986f102 (diff) | |
download | vim-git-81b07b527e8b9c35d12fd45b63885d6938564723.tar.gz |
patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197
Problem: MS-Windows build instructions are not up to date.
Solution: Adjust the instructions. Fix the nsis script.
Diffstat (limited to 'src')
-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 0fcc596e7..2115ead38 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 */ /**/ + 1197, +/**/ 1196, /**/ 1195, |