diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-16 20:18:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-16 20:18:37 +0000 |
commit | 21cf823a906f1f66391a145a976fdae8e98e0394 (patch) | |
tree | 5bae960027f0aefb74dc7176fd8e1509aea71200 /runtime/doc/cmdline.txt | |
parent | 2df6dcc596d3c79283ec9efc36425a5564a45ab5 (diff) | |
download | vim-git-21cf823a906f1f66391a145a976fdae8e98e0394.tar.gz |
updated for version 7.0009v7.0009
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 4d4a88c63..6f4603353 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.0aa. Last change: 2004 Jul 01 +*cmdline.txt* For Vim version 7.0aa. Last change: 2004 Jul 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -164,6 +164,8 @@ 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. {not in Vi} CTRL-F and CTRL-P: {only when +file_in_path feature is included} |