]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0911: tag line with Ex command cannot have extra fields v8.1.0911
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 20:19:14 +0000 (21:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 20:19:14 +0000 (21:19 +0100)
commit943e9639a9ecb08bdec78ae6695c917bca6210b9
treed00072ca8b4c753fe1fb4f2dc024591bae4dec1d
parent15bbd6ec871a0efdd16256e1fccbaac0fd374cbd
patch 8.1.0911: tag line with Ex command cannot have extra fields

Problem:    Tag line with Ex command cannot have extra fields.
Solution:   Recognize |;" as the end of the command. (closes #2402)
runtime/doc/tagsrch.txt
src/tag.c
src/testdir/test_taglist.vim
src/version.c