summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tagsrch.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-12 22:50:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-12 22:50:18 +0000
commite759a7aa9a514626cd0373d1bd4e92777b1730c5 (patch)
tree8de6ce15d11684ec8e5db62b5a8dd731c5c4a174 /runtime/doc/tagsrch.txt
parent8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690 (diff)
updated for version 7.0108v7.0108
Diffstat (limited to 'runtime/doc/tagsrch.txt')
-rw-r--r--runtime/doc/tagsrch.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 87608f19c4..fbecaa2ba9 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
+*tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Jul 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -352,6 +352,8 @@ Examples: >
When the argument both exists literally, and match when used as a regexp, a
literal match has a higher priority. For example, ":tag /open" matches "open"
before "open_file" and "file_open".
+When using a pattern case is ignored. If you want to match case use "\C" in
+the pattern.
*tag-!*
If the tag is in the current file this will always work. Otherwise the