diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-13 13:33:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-13 13:33:29 +0100 |
commit | 486797413791f6be12dcec6e5faf4f952e4647ae (patch) | |
tree | 634eaba94ff66c1da1e52fd4a574247b8c8cbf0c /src/version.c | |
parent | e4db7aedab65abadcc84c78e7a10ec7bb62f11cf (diff) | |
download | vim-git-8.0.1513.tar.gz |
patch 8.0.1513: the jumplist is not always properly cleaned upv8.0.1513
Problem: The jumplist is not always properly cleaned up.
Solution: Call fname2fnum() before cleanup_jumplist(). (Yegappan Lakshmanan)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 965df225a..e4f6f968c 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1513, +/**/ 1512, /**/ 1511, |