diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-29 16:09:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-29 16:09:22 +0200 |
commit | 1f0bfe561737cd445532f20d7607a81d1dadddee (patch) | |
tree | 7328a946135589dc8e69e2e4ff34afbd18be2e77 /runtime/doc/various.txt | |
parent | 612cc3888b136e80485132d9f997ed457dbc5501 (diff) | |
download | vim-git-1f0bfe561737cd445532f20d7607a81d1dadddee.tar.gz |
patch 8.1.0226: too many #ifdefsv8.1.0226
Problem: Too many #ifdefs.
Solution: Graduate the +vreplace feature, it's not much code and quite a few
#ifdefs.
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index bd2b35ed7..48d63cd8a 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -461,7 +461,7 @@ N *+viminfo* |'viminfo'| N *+virtualedit* |'virtualedit'| S *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200. N *+visualextra* extra Visual mode commands |blockwise-operators| -N *+vreplace* |gR| and |gr| +T *+vreplace* |gR| and |gr| *+vtp* on MS-Windows console: support for 'termguicolors' N *+wildignore* |'wildignore'| N *+wildmenu* |'wildmenu'| |