commit | a641e1d4da3f9152c489318c06a93fcd1c746637 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 21:16:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 21:16:03 2016 +0200 |
tree | 198fb5c05f818cb2c3bcbf23e9bb2239c7525722 | |
parent | bf2c0ee0b2e8465847cf67aff22dd4bda7be81d1 [diff] [blame] |
patch 7.4.1931 Problem: Using both old and new style file mark lines from viminfo. Solution: Skip the old style lines if the viminfo file was written with a Vim version that supports the new style.
diff --git a/src/version.c b/src/version.c index b58bc3c..977cb1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1931, +/**/ 1930, /**/ 1929,