]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1252: ":marks" may show '< and '> mixed up v8.2.1252
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 20:09:06 +0000 (22:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 20:09:06 +0000 (22:09 +0200)
commit54c3fcd852f9d986f81547429e850b3364f058d6
treed5700d0f8f7637aec2b86b5c599ee8af411a51e2
parent682d0a15462f3d4f9404e98a56b340ae131cbb09
patch 8.2.1252: ":marks" may show '< and '> mixed up

Problem:    ":marks" may show '< and '> mixed up.
Solution:   Show the mark position as where '< and '> would jump.
src/mark.c
src/testdir/test_marks.vim
src/version.c