| commit | 156919f99afd1ac11d19d4270afbc1afb7245640 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 20:46:20 2016 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 20:46:20 2016 +0200 |
| tree | 8139401e496e8c04d64e1b5c3758e52f3f5790b0 | |
| parent | ca291aec99b60fe81eaab36aa718e51421bb88d5 [diff] [blame] |
patch 8.0.0039
Problem: When Vim 8 reads an old viminfo and exits, the next time marks are
not read from viminfo. (Ned Batchelder)
Solution: Set a mark when it wasn't set before, even when the timestamp is
zero. (closes #1170)
diff --git a/src/version.c b/src/version.c index 939a3e1..2bfd485 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 39, +/**/ 38, /**/ 37,