commit | 0b05e491b473dbf39cd9f519030bf6363c272300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 24 19:39:09 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 24 19:39:09 2017 +0200 |
tree | d684cbee2100fc534cd7d78862d0cbc61e220a50 | |
parent | e0de17d84e1612dbc9362989194de5674f221de5 [diff] [blame] |
patch 8.0.1144: using wrong #ifdef for computing length Problem: Using wrong #ifdef for computing length. Solution: use BACKSLASH_IN_FILENAME instead of COLON_IN_FILENAME. (Yasuhiro Matsomoto, closes #2153)
diff --git a/src/version.c b/src/version.c index 1eb93ef..5509b92 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1144, +/**/ 1143, /**/ 1142,