]> granicus.if.org Git - vim/commit
patch 8.2.0050: after deleting a file mark it is still in viminfo v8.2.0050
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Dec 2019 16:33:26 +0000 (17:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Dec 2019 16:33:26 +0000 (17:33 +0100)
commit8cd6cd8087ccf08e4303dbf5f732fc4b82b917e1
tree3db4f208a27870f88bc8bfe4a290caa2b33062bb
parent297610ba4b110c918ffe60c45eb4a1d6ea2daae5
patch 8.2.0050: after deleting a file mark it is still in viminfo

Problem:    After deleting a file mark it is still in viminfo.
Solution:   When a file mark was deleted more recently than the mark in the
            merged viminfo file was updated, do not store the mark. (Pavol
            Juhas, closes #5401, closes #1339)
src/mark.c
src/testdir/test_marks.vim
src/testdir/test_viminfo.vim
src/version.c
src/viminfo.c