patch 8.0.1513: the jumplist is not always properly cleaned up v8.0.1513
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 12:33:29 +0000 (13:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 12:33:29 +0000 (13:33 +0100)
commit486797413791f6be12dcec6e5faf4f952e4647ae
tree634eaba94ff66c1da1e52fd4a574247b8c8cbf0c
parente4db7aedab65abadcc84c78e7a10ec7bb62f11cf
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)
src/evalfunc.c
src/mark.c
src/proto/mark.pro
src/version.c