commit | a703aaee4d6230ed81469ef0cb37f331bf255136 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 11 22:55:26 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 11 22:55:26 2017 +0100 |
tree | 85856c4ad9ff95994f036046eb9a7597289be422 | |
parent | 8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 [diff] [blame] |
patch 8.0.1387: wordcount test is old style Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes #2434)
diff --git a/src/version.c b/src/version.c index e96e672..2f9957a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1387, +/**/ 1386, /**/ 1385,