commit | 980128c369451450743bdb90a67588fa72ec4b07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 26 21:46:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 26 21:46:28 2017 +0200 |
tree | ebf21cf258e11b6a014493a7e3b6e5b9da26b936 | |
parent | c96272e30e2b81e5e0c8418f09d9db4e2fcd5d73 [diff] [blame] |
patch 8.0.0514: script for creating cmdidxs can be improved Problem: Script for creating cmdidxs can be improved. Solution: Count skipped lines instead of collecting the lines. Add "const". (Dominique Pelle, closes #1594)
diff --git a/src/version.c b/src/version.c index 28f3c59..79c97f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 514, +/**/ 513, /**/ 512,