]> granicus.if.org Git - vim/commit
patch 8.2.3532: the previous '' mark is restored after moving the cursor v8.2.3532
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Oct 2021 20:53:58 +0000 (21:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Oct 2021 20:53:58 +0000 (21:53 +0100)
commite08aee60abc59f517d3e263fdb9ba4a0196d507c
treec3642a1a0df680560697deed56def42ef404445b
parent39c47c310487b72bc78ff197b5a068a0bcf830de
patch 8.2.3532: the previous '' mark is restored after moving the cursor

Problem:    The previous '' mark is restored after moving the cursor to the
            original jump position. (Tony Chen)
Solution:   Forget the previous position after checking. (closes #8985)
src/mark.c
src/testdir/test_marks.vim
src/version.c