]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tag v8.1.1087
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 18:12:02 +0000 (19:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 18:12:02 +0000 (19:12 +0100)
commit7559dcef6cfd0ba13271088fff51b8979fee950b
treec9ff3c5edf111e39156179015d0c8c028f5c0cd1
parentabab0b0fdd6535969447b03a4fffc1947918cf6c
patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tag

Problem:    tag stack is incorrect after CTRL-T and then :tag
Solution:   Handle DT_TAG differently. (test by Andy Massimino, closes #3944,
            closes #4177)
src/tag.c
src/testdir/test_tagjump.vim
src/version.c