comparison runtime/doc/tagsrch.txt @ 415:165c628aa9fc v7.0108

updated for version 7.0108
author vimboss
date Tue, 12 Jul 2005 22:50:18 +0000
parents 73354c21f1e4
children 862863033fdd
comparison
equal deleted inserted replaced
414:8ab9c77240d4 415:165c628aa9fc
1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Jul 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
350 :tag /norm 350 :tag /norm
351 < lists all the tags that contain "norm", including "id_norm". 351 < lists all the tags that contain "norm", including "id_norm".
352 When the argument both exists literally, and match when used as a regexp, a 352 When the argument both exists literally, and match when used as a regexp, a
353 literal match has a higher priority. For example, ":tag /open" matches "open" 353 literal match has a higher priority. For example, ":tag /open" matches "open"
354 before "open_file" and "file_open". 354 before "open_file" and "file_open".
355 When using a pattern case is ignored. If you want to match case use "\C" in
356 the pattern.
355 357
356 *tag-!* 358 *tag-!*
357 If the tag is in the current file this will always work. Otherwise the 359 If the tag is in the current file this will always work. Otherwise the
358 performed actions depend on whether the current file was changed, whether a ! 360 performed actions depend on whether the current file was changed, whether a !
359 is added to the command and on the 'autowrite' option: 361 is added to the command and on the 'autowrite' option: