commit | 35c5e8155da797f14124d98fdc6189067b965688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 21:10:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 21:10:13 2017 +0100 |
tree | a6c772ecc0bd5b4363e8f0ca3b663046662f434e | |
parent | f405c8fe85bba6dc96a68a12ab976f745fc51a38 [diff] [blame] |
patch 8.0.1383: local additions in help skips some files Problem: Local additions in help skips some files. (joshklod) Solution: Check the base file name length equals.
diff --git a/src/version.c b/src/version.c index 3c24cf9..05b1a40 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1383, +/**/ 1382, /**/ 1381,