]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2312: "line:" field in tags file not used v8.1.2312
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Nov 2019 15:18:31 +0000 (16:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Nov 2019 15:18:31 +0000 (16:18 +0100)
commit077b9dd3541339a23ade0cc6a23e804ee39312c5
tree68415a0f96988c2d833ee9b5e414be9dc8ab9bc4
parent09c6f265b21065ffa9437837b1d0955137175e45
patch 8.1.2312: "line:" field in tags file not used

Problem:    "line:" field in tags file not used.
Solution:   Recognize the field and use the value. (Andy Massimino, Daniel
            Hahler, closes #5232, closes #2546, closes #1057)
src/tag.c
src/testdir/test_tagjump.vim
src/version.c