]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0088: insufficient tests for tags; bug in using extra tag field v8.2.0088
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jan 2020 19:35:44 +0000 (20:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jan 2020 19:35:44 +0000 (20:35 +0100)
commit830c1afc9d2cd5819a05c71d4e0b1f748a8c0519
tree6ce97c03e711c4017898dd209e596cb04dc43795
parent61d7c0d52ca40ab8488c36e619d1e46503affd0b
patch 8.2.0088: insufficient tests for tags; bug in using extra tag field

Problem:    Insufficient tests for tags; bug in using extra tag field when
            using an ex command to position the cursor.
Solution:   Fix the bug, add more tests. (Yegappan Lakshmanan, closes #5439)
runtime/doc/tagsrch.txt
src/tag.c
src/testdir/test_ins_complete.vim
src/testdir/test_tagfunc.vim
src/testdir/test_tagjump.vim
src/testdir/test_taglist.vim
src/version.c