File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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_<*
354354Visual-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.
359359See | v_b_>_example | .
360360See | v_b_<_example | .
361361
You can’t perform that action at this time.
0 commit comments