summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tagsrch.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-17 21:18:32 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-17 21:18:32 +0100
commit4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a (patch)
tree854789544d45595f5bbd76e86151f5ae42488525 /runtime/doc/tagsrch.txt
parenta5483448cba6997517003a22a8029f0de1007d0e (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/tagsrch.txt')
-rw-r--r--runtime/doc/tagsrch.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index f9cc1efdc0..865fcb19c7 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt* For Vim version 8.1. Last change: 2018 May 04
+*tagsrch.txt* For Vim version 8.1. Last change: 2019 Feb 13
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -613,8 +613,7 @@ ignored. (Case is ignored when 'ignorecase' is set and 'tagcase' is
The value '2' should be used then:
!_TAG_FILE_SORTED<Tab>2<Tab>{anything} ~
-The other tag that Vim recognizes, but only when compiled with the
-|+multi_byte| feature, is the encoding of the tags file:
+The other tag that Vim recognizes is the encoding of the tags file:
!_TAG_FILE_ENCODING<Tab>utf-8<Tab>{anything} ~
Here "utf-8" is the encoding used for the tags. Vim will then convert the tag
being searched for from 'encoding' to the encoding of the tags file. And when