commit | e8fea0728a2fa1fe78ef0ac90dee1a84bd7ef9fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 14:48:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 14:48:27 2016 +0200 |
tree | 0d9af1d2747a9521a556ca4ffcc84702cca6c561 | |
parent | 70e136e1d86ea1d795774824c7b712245912946d [diff] [blame] |
patch 7.4.1971 Problem: It is not easy to see unrecognized error lines below the current error position. Solution: Add ":clist +count".
diff --git a/src/version.c b/src/version.c index 774d309..cfce606 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1971, +/**/ 1970, /**/ 1969,