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/change.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/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 703d33664..1ad2930d4 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -177,8 +177,6 @@ gR Enter Virtual Replace mode: Each character you type <Tab> may replace several characters at once. Repeat the entered text [count]-1 times. See |Virtual-Replace-mode| for more details. - {not available when compiled without the |+vreplace| - feature} *c* ["x]c{motion} Delete {motion} text [into register x] and start @@ -303,8 +301,6 @@ gr{char} Replace the virtual characters under the cursor with space. See |gR| and |Virtual-Replace-mode| for more details. As with |r| a count may be given. {char} can be entered like with |r|. - {not available when compiled without the |+vreplace| - feature} *digraph-arg* The argument for Normal mode commands like |r| and |t| is a single character. |