]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0901: index in getjumplist() may be wrong v8.1.0901
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Feb 2019 21:15:06 +0000 (22:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Feb 2019 21:15:06 +0000 (22:15 +0100)
commit57ee2b6e0b5b730d12ee9db00a8e2a577df9e374
tree7a464fd4a90cd0a52e0329bb01aea5280b27ac7a
parent48773f1f83e666c49b9d88ea6a392d50215ca013
patch 8.1.0901: index in getjumplist() may be wrong

Problem:    Index in getjumplist() may be wrong. (Epheien)
Solution:   Call cleanup_jumplist() earlier. (Yegappan Lakshmanan,
            closes #3941)
src/evalfunc.c
src/testdir/test_jumplist.vim
src/version.c