commit | 23a5558cfd860401aa694f0302d621887440f031 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 18:45:25 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 18:45:25 2017 +0100 |
tree | a2bd32a6c6fef6d6788cf2f6b4c4cfd550b96608 | |
parent | 75c19464ed7fb6024af64747379e61abc4e4a483 [diff] [blame] |
patch 8.0.0328: the "zero count" error doesn't have a number Problem: The "zero count" error doesn't have a number. (Hirohito Higashi) Solution: Give it a number and be more specific about the error.
diff --git a/src/version.c b/src/version.c index e95fed6..08d377d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326,