comparison runtime/doc/tagsrch.txt @ 5244:eb7ce2918a03

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 16:02:18 +0200
parents 050893d44c33
children 09c88160095d
comparison
equal deleted inserted replaced
5243:1acc2a779325 5244:eb7ce2918a03
1 *tagsrch.txt* For Vim version 7.4a. Last change: 2013 Jul 17 1 *tagsrch.txt* For Vim version 7.4a. Last change: 2013 Jul 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
355 is used that doesn't start with a fixed string. Tag searching can be a lot 355 is used that doesn't start with a fixed string. Tag searching can be a lot
356 slower then. The former can be avoided by case-fold sorting the tags file. 356 slower then. The former can be avoided by case-fold sorting the tags file.
357 See 'tagbsearch' for details. 357 See 'tagbsearch' for details.
358 358
359 *tag-regexp* 359 *tag-regexp*
360 The ":tag" and "tselect" commands accept a regular expression argument. See 360 The ":tag" and ":tselect" commands accept a regular expression argument. See
361 |pattern| for the special characters that can be used. 361 |pattern| for the special characters that can be used.
362 When the argument starts with '/', it is used as a pattern. If the argument 362 When the argument starts with '/', it is used as a pattern. If the argument
363 does not start with '/', it is taken literally, as a full tag name. 363 does not start with '/', it is taken literally, as a full tag name.
364 Examples: > 364 Examples: >
365 :tag main 365 :tag main