summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tagsrch.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-28 16:02:18 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-28 16:02:18 +0200
commit16ea3676db939c9cc326d3707cf9a0e1023ba9cd (patch)
treeef76a727390d9c7c3bf2ae5f11cb991103aabc5c /runtime/doc/tagsrch.txt
parenta2320f43ea9d3991e3dc2dd8595a7dfb76138093 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/tagsrch.txt')
-rw-r--r--runtime/doc/tagsrch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 9ccac0d124..c980db816f 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt* For Vim version 7.4a. Last change: 2013 Jul 17
+*tagsrch.txt* For Vim version 7.4a. Last change: 2013 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -357,7 +357,7 @@ slower then. The former can be avoided by case-fold sorting the tags file.
See 'tagbsearch' for details.
*tag-regexp*
-The ":tag" and "tselect" commands accept a regular expression argument. See
+The ":tag" and ":tselect" commands accept a regular expression argument. See
|pattern| for the special characters that can be used.
When the argument starts with '/', it is used as a pattern. If the argument
does not start with '/', it is taken literally, as a full tag name.