summaryrefslogtreecommitdiff
path: root/runtime/doc/tagsrch.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-22 22:33:02 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-22 22:33:02 +0200
commit50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e (patch)
treed2eeeb618935c8cbd3d05f2d1b771d49b346d9b7 /runtime/doc/tagsrch.txt
parent9e02cfa226b2577ec867b544a1a450a428a19880 (diff)
downloadvim-git-50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e.tar.gz
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 a4bf00b2f..3ef372ef8 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt* For Vim version 8.0. Last change: 2016 Aug 20
+*tagsrch.txt* For Vim version 8.0. Last change: 2016 Sep 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -91,7 +91,7 @@ The ignore-case matches are not found for a ":tag" command when:
- 'tagcase' is "followscs" and 'smartcase' option is on and the pattern
contains an upper case character.
-The gnore-case matches are found when:
+The ignore-case matches are found when:
- a pattern is used (starting with a "/")
- for ":tselect"
- when 'tagcase' is "followic" and 'ignorecase' is off