From 24ea3babeda2d2b789c6452962864624de1310f0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Sep 2010 19:01:21 +0200 Subject: Updated runtime files. --- runtime/doc/quickref.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'runtime/doc/quickref.txt') 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! -|:| buffer number, for use in an autocommand (only where a +|:| buffer number, for use in an autocommand (only where a file name is expected) -|:| file name, for user in an autocommand (only where a +|:| file name, for use in an autocommand (only where a file name is expected) -|:| what matched with the pattern, for use in an +|:| what matched with the pattern, for use in an autocommand (only where a file name is expected) |:| 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 -- cgit v1.2.3