diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-12 20:19:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-12 20:19:44 +0200 |
commit | 6c6be9e88d72a60ee279ccad73d018c534b71d66 (patch) | |
tree | 93869209264c264dc481f4d48ecb6cfcb98b827c /runtime/doc | |
parent | f6e020b1225970d95e6848b79066f82d9e65b66c (diff) | |
download | vim-git-6c6be9e88d72a60ee279ccad73d018c534b71d66.tar.gz |
patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963
Problem: Number increment/decrement does not work with 'virtualedit'.
Solution: Handle coladd changing. (Christian Brabandt, closes #6240,
closes #923)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/various.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index d8e3192fd..779451b24 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -8556,8 +8556,6 @@ A jump table for the options with a short description can be found at |Q_op|. *'virtualedit'* *'ve'* 'virtualedit' 've' string (default "") global - {not available when compiled without the - |+virtualedit| feature} A comma separated list of these words: block Allow virtual editing in Visual block mode. insert Allow virtual editing in Insert mode. diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 060cec02d..9fe8d616d 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -470,7 +470,7 @@ B *+vartabs* Variable-width tabstops. |'vartabstop'| N *+viminfo* |'viminfo'| *+vertsplit* Vertically split windows |:vsplit|; Always enabled since 8.0.1118. -N *+virtualedit* |'virtualedit'| +N *+virtualedit* |'virtualedit'| Always enabled since 8.1.826. T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200. T *+visualextra* extra Visual mode commands |blockwise-operators| T *+vreplace* |gR| and |gr| |