diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-20 21:47:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-20 21:47:49 +0000 |
commit | 371d5403d0dc6411f6f17c5b472c1cfcac6789e4 (patch) | |
tree | 08066b3d097303df50e1b67fffc33d1d68bcb0d4 /runtime/doc/visual.txt | |
parent | ceaf7b8b66764b4a99526c715886d80397ce81dd (diff) | |
download | vim-git-371d5403d0dc6411f6f17c5b472c1cfcac6789e4.tar.gz |
updated for version 7.0230
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r-- | runtime/doc/visual.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt index 1ff70ac05..f9688abb8 100644 --- a/runtime/doc/visual.txt +++ b/runtime/doc/visual.txt @@ -1,4 +1,4 @@ -*visual.txt* For Vim version 7.0aa. Last change: 2006 Jan 22 +*visual.txt* For Vim version 7.0aa. Last change: 2006 Mar 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -460,9 +460,10 @@ example, when a whole line is deleted, it can later be pasted halfway a line. Mappings and menus in Select mode. *Select-mode-mapping* -In Select mode the mappings and menus of Visual mode are used. Before it is -executed, Vim automatically switches to Visual mode, so that the same -behavior as in Visual mode is effective. +When mappings and menus are defined with the |:vmap| or |:vmenu| command they +work both in Visual mode and in Select mode. When these are used in Select +mode Vim automatically switches to Visual mode, so that the same behavior as +in Visual mode is effective. If you don't want this use |:xmap| or |:smap|. After the mapping or menu finishes, the selection is enabled again and Select mode entered, unless the selected area was deleted, another buffer became |