summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tagsrch.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-01 21:56:25 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-01 21:56:25 +0000
commit1ef15e30a0479b4c4f7da7142b6f6a441e295f1e (patch)
tree12b2dac135759a6a69706acef869b9db6a390c5e /runtime/doc/tagsrch.txt
parentafeb4fa8a7ffc357cea70668b9ad3c66edfc8ce0 (diff)
updated for version 7.0191v7.0191
Diffstat (limited to 'runtime/doc/tagsrch.txt')
-rw-r--r--runtime/doc/tagsrch.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 522eb2a648..f35f165ff4 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -257,6 +257,17 @@ g CTRL-] Like CTRL-], but use ":tjump" instead of ":tag".
:tl[ast][!] Jump to last matching tag. See |tag-!| for [!]. {not
in Vi}
+ *:lt* *:ltag*
+:lt[ag][!] [ident] Jump to tag [ident] and add the matching tags to a new
+ location list for the current window. [ident] can be
+ a regexp pattern, see |tag-regexp|. When [ident] is
+ not given, the last tag name from the tag stack is
+ used. The search pattern to locate the tag line is
+ prefixed with "\V" to escape all the special
+ characters (very nomagic). The location list showing
+ the matching tags is independent of the tag stack.
+ See |tag-!| for [!].
+ {not in Vi}
When there is no other message, Vim shows which matching tag has been jumped
to, and the number of matching tags: >
@@ -275,6 +286,7 @@ skipped and the next matching tag is used. Vim reports this, to notify you of
missing files. When the end of the list of matches has been reached, an error
message is given.
+ *tag-preview*
The tag match list can also be used in the preview window. The commands are
the same as above, with a "p" prepended.
{not available when compiled without the |+quickfix| feature}