summaryrefslogtreecommitdiffstats
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-09-19 19:01:21 +0200
committerBram Moolenaar <Bram@vim.org>2010-09-19 19:01:21 +0200
commit24ea3babeda2d2b789c6452962864624de1310f0 (patch)
tree2bf9898d29896fc3e570aca045d0e938f905d8e2 /runtime/doc/quickref.txt
parent60bb4e1b46e94284558e37016733474b030cab47 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 7f793b2278..a3e1149738 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -1,4 +1,4 @@
-*quickref.txt* For Vim version 7.3. Last change: 2010 Jul 24
+*quickref.txt* For Vim version 7.3. Last change: 2010 Sep 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1091,11 +1091,11 @@ Context-sensitive completion on the command-line:
|:_#| #[num] alternate file name [num] (only where a file name is
expected)
Note: The next seven are typed literally; these are not special keys!
-|:<afile>| <abuf> buffer number, for use in an autocommand (only where a
+|:<abuf>| <abuf> buffer number, for use in an autocommand (only where a
file name is expected)
-|:<afile>| <afile> file name, for user in an autocommand (only where a
+|:<afile>| <afile> file name, for use in an autocommand (only where a
file name is expected)
-|:<afile>| <amatch> what matched with the pattern, for use in an
+|:<amatch>| <amatch> what matched with the pattern, for use in an
autocommand (only where a file name is expected)
|:<cword>| <cword> word under the cursor (only where a file name is
expected)
@@ -1377,7 +1377,7 @@ Context-sensitive completion on the command-line:
set foldmethod=indent folding by indent
set foldmethod=expr folding by 'foldexpr'
set foldmethod=syntax folding by syntax regions
- set foldmethod=marker folding by 'foldmarkers'
+ set foldmethod=marker folding by 'foldmarker'
|zf| zf{motion} operator: Define a fold manually
|:fold| :{range}fold define a fold for {range} lines