summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 13:25:01 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 13:25:01 +0000
commit9e368dba9d9fd9344a2a7f10c488fba4366bae51 (patch)
treecd7af7da4a89510b350d232876ce32a9f799956d /runtime/doc/editing.txt
parent5a91e34372debf8ee425f1ba5ca57a36bd2e1d4f (diff)
updated for version 7.1
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 4f7ab52348..0df39dc4f9 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 7.1b. Last change: 2006 Oct 10
+*editing.txt* For Vim version 7.1. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -749,7 +749,7 @@ Thus you can use the command "vim *.c" to edit all the C files. From within
Vim the command ":n *.c" does the same.
White space is used to separate file names. Put a backslash before a space or
-Tab to include it in a file name. E.g., to edit the single file "foo bar": >
+tab to include it in a file name. E.g., to edit the single file "foo bar": >
:next foo\ bar
On Unix and a few other systems you can also use backticks, for example: >