diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-11 14:37:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-11 14:37:20 +0100 |
commit | 870ba5f6dce974b6c1c47bf9d3b20db805d10b36 (patch) | |
tree | 270e22e4affea836091d30ce0166fa1ad649ff92 /runtime | |
parent | 402385a7f2fed23acef7ad3ce75252706b1d7606 (diff) | |
download | vim-git-870ba5f6dce974b6c1c47bf9d3b20db805d10b36.tar.gz |
patch 8.1.0719: too many #ifdefsv8.1.0719
Problem: Too many #ifdefs.
Solution: Always build with the +visualextra feature.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/various.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 37b7074a1..8473fca5a 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -465,13 +465,13 @@ N *+viminfo* |'viminfo'| since 8.0.1118. in sync with the |+windows| feature N *+virtualedit* |'virtualedit'| -S *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200. -N *+visualextra* extra Visual mode commands |blockwise-operators| +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| *+vtp* on MS-Windows console: support for 'termguicolors' N *+wildignore* |'wildignore'| N *+wildmenu* |'wildmenu'| - *+windows* more than one window; Always enabled since 8.0.1118. +T *+windows* more than one window; Always enabled since 8.0.1118. m *+writebackup* |'writebackup'| is default on m *+xim* X input method |xim| *+xfontset* X fontset support |xfontset| |