]> granicus.if.org Git - vim/commit
patch 8.0.0195: fail to jump to static tag in current file v8.0.0195
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Jan 2017 19:53:34 +0000 (20:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Jan 2017 19:53:34 +0000 (20:53 +0100)
commita9d23c20879d0dcb289a4db54b3c7df060f87c3c
tree789ed779f83e0fc11e8f3ab8fc1835b6dfda752a
parente32bbded641a5da0263ecf82f9ccc95a8e0a089e
patch 8.0.0195: fail to jump to static tag in current file

Problem:    Jumping to a tag that is a static item in the current file fails.
            (Kazunobu Kuriyama)
Solution:   Make sure the first byte of the tag key is not NUL. (Suggested by
            James McCoy, closes #1387)
src/tag.c
src/testdir/test_tagjump.vim
src/version.c