summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-10 21:43:35 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-10 21:43:35 +0200
commit7fc0c065f048262368f0a5353a633957d98f8ad7 (patch)
treefc65a79cdcdcc31ab0321053be2f502bfa77ec31 /runtime/doc/message.txt
parent2d7c47de45e215c787f826ebbcfa3d8ef00e26fe (diff)
Runtime file updates. Fix tar plugin window split.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index fe9afbd00d..1b0a139867 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 7.3f. Last change: 2010 Jul 26
+*message.txt* For Vim version 7.3f. Last change: 2010 Aug 10
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -547,7 +547,7 @@ Vim (and Vi) expect tags files to be sorted in ASCII order. Binary searching
can then be used, which is a lot faster than a linear search. If your tags
files are not properly sorted, reset the |'tagbsearch'| option.
This message is only given when Vim detects a problem when searching for a
-tag. Sometimes this message is not given, even thought the tags file is not
+tag. Sometimes this message is not given, even though the tags file is not
properly sorted.
*E460* >