Skip to content

Commit

Permalink
patch 8.1.0226: too many #ifdefs
Browse files Browse the repository at this point in the history
Problem:    Too many #ifdefs.
Solution:   Graduate the +vreplace feature, it's not much code and quite a few
            #ifdefs.
  • Loading branch information
brammool committed Jul 29, 2018
1 parent 612cc38 commit 1f0bfe5
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 158 deletions.
4 changes: 0 additions & 4 deletions runtime/doc/change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/various.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'|
Expand Down
Loading

0 comments on commit 1f0bfe5

Please sign in to comment.