commit | dec85cf75044ed94f611c825a7a0b0050a2597b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 22:33:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 22:33:46 2016 +0200 |
tree | e46802444d0df51308894dc70142df8fc32be86e | |
parent | fef524bbff9aa186838c35212b2f89f61d627cf8 [diff] [blame] |
patch 7.4.1987 Problem: When copying unrecognized lines for viminfo, end up with useless continuation lines. Solution: Skip continuation lines.
diff --git a/src/version.c b/src/version.c index 8a7c8d7..0a720cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1987, +/**/ 1986, /**/ 1985,