diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-17 11:22:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-17 11:22:46 +0200 |
commit | ade59630c737026edfaeff2d76985b304a34afb5 (patch) | |
tree | 8e6279e22e1e36212ae370c806680c0c1a863b51 /src/version.c | |
parent | 9e13aa7729486d79a530ecae1a7a95d10da27d61 (diff) | |
download | vim-git-8.0.0950.tar.gz |
patch 8.0.0950: MS-Windows: wrong #ifdef, compiler warningsv8.0.0950
Problem: MS-Windows: wrong #ifdef, compiler warnings for signed/unsigned.
Solution: Change variable type. Change TERMINAL to FEAT_TERMINAL.
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 085b2e1e4..41442adcc 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 950, +/**/ 949, /**/ 948, |