commit | 486797413791f6be12dcec6e5faf4f952e4647ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 13:33:29 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 13:33:29 2018 +0100 |
tree | 634eaba94ff66c1da1e52fd4a574247b8c8cbf0c | |
parent | e4db7aedab65abadcc84c78e7a10ec7bb62f11cf [diff] [blame] |
patch 8.0.1513: the jumplist is not always properly cleaned up Problem: The jumplist is not always properly cleaned up. Solution: Call fname2fnum() before cleanup_jumplist(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 965df22..e4f6f96 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1513, +/**/ 1512, /**/ 1511,