commit | ecefe71704850b94df44f65fc756c1551ec68388 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 12:50:17 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 12:50:17 2016 +0200 |
tree | 6761cced1b20029da8a9ec6e74bd20620e2c5490 | |
parent | cf2d77987ca2af092dad5d4cbca9eda621fe5567 [diff] [blame] |
patch 7.4.1947 Problem: Viminfo continuation line with wrong length isn't skipped. (Marius Gedminas) Solution: Skip a line when encountering an error, but not two lines.
diff --git a/src/version.c b/src/version.c index bda068b..e514020 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1947, +/**/ 1946, /**/ 1945,