diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-10 18:35:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 18:35:00 +0200 |
commit | d8d371994103a965365349b6ca51a0ce9c2fb4f8 (patch) | |
tree | 2a0b0689e8d0f63a41ef0735123f87dff5d55ba4 /runtime | |
parent | 5f243fc68ad0ab9c3bdf484c8f2753ec9414bf37 (diff) | |
parent | ac395411cd3f174f3914781f1ce10be15c7b385c (diff) | |
download | rneovim-d8d371994103a965365349b6ca51a0ce9c2fb4f8.tar.gz rneovim-d8d371994103a965365349b6ca51a0ce9c2fb4f8.tar.bz2 rneovim-d8d371994103a965365349b6ca51a0ce9c2fb4f8.zip |
Merge #10737 from blueyed/vim-8.1.0911
vim-patch:8.1.0911: tag line with Ex command cannot have extra fields
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/tagsrch.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt index 58dd3259fd..bb3134feb6 100644 --- a/runtime/doc/tagsrch.txt +++ b/runtime/doc/tagsrch.txt @@ -537,7 +537,14 @@ only supported by new versions of ctags (such as Exuberant ctags). {term} ;" The two characters semicolon and double quote. This is interpreted by Vi as the start of a comment, which makes the following be ignored. This is for backwards compatibility - with Vi, it ignores the following fields. + with Vi, it ignores the following fields. Example: + APP file /^static int APP;$/;" v + When {tagaddress} is not a line number or search pattern, then + {term} must be |;". Here the bar ends the command (excluding + the bar) and ;" is used to have Vi ignore the rest of the + line. Example: + APP file.c call cursor(3, 4)|;" v + {field} .. A list of optional fields. Each field has the form: <Tab>{fieldname}:{value} |