Skip to content

Commit 1f0bfe5

Browse files
committed
patch 8.1.0226: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate the +vreplace feature, it's not much code and quite a few #ifdefs.
1 parent 612cc38 commit 1f0bfe5

15 files changed

Lines changed: 21 additions & 158 deletions

File tree

runtime/doc/change.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ gR Enter Virtual Replace mode: Each character you type
177177
<Tab> may replace several characters at once.
178178
Repeat the entered text [count]-1 times. See
179179
|Virtual-Replace-mode| for more details.
180-
{not available when compiled without the |+vreplace|
181-
feature}
182180

183181
*c*
184182
["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
303301
space. See |gR| and |Virtual-Replace-mode| for more
304302
details. As with |r| a count may be given.
305303
{char} can be entered like with |r|.
306-
{not available when compiled without the |+vreplace|
307-
feature}
308304

309305
*digraph-arg*
310306
The argument for Normal mode commands like |r| and |t| is a single character.

runtime/doc/various.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ N *+viminfo* |'viminfo'|
461461
N *+virtualedit* |'virtualedit'|
462462
S *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
463463
N *+visualextra* extra Visual mode commands |blockwise-operators|
464-
N *+vreplace* |gR| and |gr|
464+
T *+vreplace* |gR| and |gr|
465465
*+vtp* on MS-Windows console: support for 'termguicolors'
466466
N *+wildignore* |'wildignore'|
467467
N *+wildmenu* |'wildmenu'|

0 commit comments

Comments
 (0)