commit | 2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 22:49:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 22:49:34 2016 +0100 |
tree | e4bc1991902d8a2e1957964c1ed2e8a543ac7959 | |
parent | f60b796fa9870bdfc4cdeb91653bac041916077d [diff] [blame] |
patch 7.4.1112 Problem: When using ":next" with an illegal file name no error is reported. Solution: Give an error message.
diff --git a/src/version.c b/src/version.c index ac54f84..4cce40b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1112, +/**/ 1111, /**/ 1110,