Skip to content

Commit d3fb466

Browse files
authored
Merge pull request vim-jp#2362 from h-east/update-visual
Update visual.{txt,jax}
2 parents 46ce4f7 + 2fcb003 commit d3fb466

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/visual.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*visual.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
1+
*visual.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/visual.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*visual.txt* For Vim version 9.1. Last change: 2025 Jun 28
1+
*visual.txt* For Vim version 9.1. Last change: 2025 Oct 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -128,8 +128,8 @@ gN Like |gn| but searches backward, like with `N`.
128128
active it is stopped. Only when 'mouse' option
129129
contains 'n' or 'a'. If the position is within 'so'
130130
lines from the last line on the screen the text is
131-
scrolled up. If the position is within 'so' lines from
132-
the first line on the screen the text is scrolled
131+
scrolled up. If the position is within 'so' lines
132+
from the first line on the screen the text is scrolled
133133
down.
134134

135135
*<RightMouse>*
@@ -352,10 +352,10 @@ all lines.
352352

353353
*v_b_<*
354354
Visual-block Shift *v_b_>*
355-
The block is shifted by 'shiftwidth'. The RHS of the block is irrelevant. The
356-
LHS of the block determines the point from which to apply a right shift, and
357-
padding includes TABs optimally according to 'ts' and 'et'. The LHS of the
358-
block determines the point up to which to shift left.
355+
The block is shifted by 'shiftwidth'. The RHS of the block is irrelevant.
356+
The LHS of the block determines the point from which to apply a right shift,
357+
and padding includes TABs optimally according to 'ts' and 'et'. The LHS of
358+
the block determines the point up to which to shift left.
359359
See |v_b_>_example|.
360360
See |v_b_<_example|.
361361

0 commit comments

Comments
 (0)