comparison runtime/doc/tagsrch.txt @ 651:bc95c6c4bac1 v7.0191

updated for version 7.0191
author vimboss
date Wed, 01 Feb 2006 21:56:25 +0000
parents 862863033fdd
children d7e33248b9c8
comparison
equal deleted inserted replaced
650:662e40bd2be1 651:bc95c6c4bac1
255 255
256 *:tl* *:tlast* 256 *:tl* *:tlast*
257 :tl[ast][!] Jump to last matching tag. See |tag-!| for [!]. {not 257 :tl[ast][!] Jump to last matching tag. See |tag-!| for [!]. {not
258 in Vi} 258 in Vi}
259 259
260 *:lt* *:ltag*
261 :lt[ag][!] [ident] Jump to tag [ident] and add the matching tags to a new
262 location list for the current window. [ident] can be
263 a regexp pattern, see |tag-regexp|. When [ident] is
264 not given, the last tag name from the tag stack is
265 used. The search pattern to locate the tag line is
266 prefixed with "\V" to escape all the special
267 characters (very nomagic). The location list showing
268 the matching tags is independent of the tag stack.
269 See |tag-!| for [!].
270 {not in Vi}
260 271
261 When there is no other message, Vim shows which matching tag has been jumped 272 When there is no other message, Vim shows which matching tag has been jumped
262 to, and the number of matching tags: > 273 to, and the number of matching tags: >
263 tag 1 of 3 or more 274 tag 1 of 3 or more
264 The " or more" is used to indicate that Vim didn't try all the tags files yet. 275 The " or more" is used to indicate that Vim didn't try all the tags files yet.
273 When a matching tag is found for which the file doesn't exist, this match is 284 When a matching tag is found for which the file doesn't exist, this match is
274 skipped and the next matching tag is used. Vim reports this, to notify you of 285 skipped and the next matching tag is used. Vim reports this, to notify you of
275 missing files. When the end of the list of matches has been reached, an error 286 missing files. When the end of the list of matches has been reached, an error
276 message is given. 287 message is given.
277 288
289 *tag-preview*
278 The tag match list can also be used in the preview window. The commands are 290 The tag match list can also be used in the preview window. The commands are
279 the same as above, with a "p" prepended. 291 the same as above, with a "p" prepended.
280 {not available when compiled without the |+quickfix| feature} 292 {not available when compiled without the |+quickfix| feature}
281 293
282 *:pts* *:ptselect* 294 *:pts* *:ptselect*