diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-20 15:47:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-20 15:47:01 +0100 |
commit | e0fa3742ead676a3074a10edadbc955e1a89153d (patch) | |
tree | aa086b4b4afed7f5000164fc75fcf83db4e2ee92 /runtime/doc/change.txt | |
parent | c6b14f0a8346ec7ddd86f3349d0b861a1b500147 (diff) | |
download | vim-git-e0fa3742ead676a3074a10edadbc955e1a89153d.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index ae8f4c6e2..3f2f490df 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -409,6 +409,11 @@ CTRL-X Subtract [count] from the number or alphabetic {Visual}CTRL-X Subtract [count] from the number or alphabetic character in the highlighted text. {not in Vi} + On MS-Windows, this is mapped to cut Visual text + |dos-standard-mappings|. If you want to disable the + mapping, use this: > + silent! vunmap <C-X> +< *v_g_CTRL-X* {Visual}g CTRL-X Subtract [count] from the number or alphabetic character in the highlighted text. If several lines |