| commit | 52df117df724a7ad20affdf15214d2df2e507dcc | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 19:38:19 2016 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 19:38:19 2016 +0200 |
| tree | f79f508f8bce74f6d2e568e7c703a93917244261 | |
| parent | 00672e1d3f59dbff91a18d418b2984be96f89ee5 [diff] [blame] |
patch 7.4.1962
Problem: Two test files for increment/decrement.
Solution: Move the old style test into the new style test. (Hirohito
Higashi, closes #881)
diff --git a/src/version.c b/src/version.c index 0c74464..286cbcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1962, +/**/ 1961, /**/ 1960,