summaryrefslogtreecommitdiff
path: root/runtime/doc/version5.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 13:12:19 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 13:12:19 +0000
commit341621425b55ee3d5998cea41bbb4716a4a48214 (patch)
tree49dc19a116f2649fa26eae9aed13c60a715b7942 /runtime/doc/version5.txt
parentb5ba002aabaff8767dfb180109fc6b170d0e789a (diff)
downloadvim-git-341621425b55ee3d5998cea41bbb4716a4a48214.tar.gz
updated for version 7.1
Diffstat (limited to 'runtime/doc/version5.txt')
-rw-r--r--runtime/doc/version5.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt
index 408c2e38c..af050e2e6 100644
--- a/runtime/doc/version5.txt
+++ b/runtime/doc/version5.txt
@@ -1,4 +1,4 @@
-*version5.txt* For Vim version 7.1b. Last change: 2006 Nov 18
+*version5.txt* For Vim version 7.1. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -319,10 +319,10 @@ in $HOME. See |_vimrc|.
Tags file format changed *tags-file-changed*
------------------------
-Only Tabs are allowed to separate fields in a tags file. This allows for
+Only tabs are allowed to separate fields in a tags file. This allows for
spaces in a file name and is still Vi compatible. In previous versions of
Vim, any white space was allowed to separate the fields. If you have a file
-which doesn't use a single Tab between fields, edit the tags file and execute
+which doesn't use a single tab between fields, edit the tags file and execute
this command: >
:%s/\(\S*\)\s\+\(\S*\)\s\+\(.*\)/\1\t\2\t\3/