diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-16 21:35:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-16 21:35:52 +0000 |
commit | d3667a2e2971a879194084f4b61b8ff7ff9765a2 (patch) | |
tree | b4dcab4066674ba9bfa268bff3ee9b2be20aa320 /runtime/doc/cmdline.txt | |
parent | cf03447964a76bd37b14d208fc524f40a84f6e64 (diff) | |
download | vim-git-d3667a2e2971a879194084f4b61b8ff7ff9765a2.tar.gz |
updated for version 7.0226
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index e593907b3..4393c4414 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.0aa. Last change: 2006 Mar 07 +*cmdline.txt* For Vim version 7.0aa. Last change: 2006 Mar 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -172,8 +172,11 @@ CTRL-R CTRL-A *c_CTRL-R_CTRL-A* *c_<C-R>_<C-A>* 'path' as in |gf| CTRL-W the Word under the cursor CTRL-A the WORD under the cursor; see |WORD| - When 'incsearch' is set the cursor position of the currently - displayed match is used. + + When 'incsearch' is set the cursor position at the end of the + currently displayed match is used. With CTRL-W the part of + the word that was already typed is not inserted again. + {not in Vi} CTRL-F and CTRL-P: {only when +file_in_path feature is included} @@ -399,6 +402,9 @@ CTRL-L A match is done on the pattern in front of the cursor. If If there are multiple matches the longest common part is inserted in place of the pattern. If the result is shorter than the pattern, no completion is done. + When 'incsearch' is set, entering a search pattern for "/" or + "?" and the current match is displayed then CTRL-L will add + one character from the end of the current match. The 'wildchar' option defaults to <Tab> (CTRL-E when in Vi compatible mode; in a previous version <Esc> was used). In the pattern standard wildcards '*' and |