From 2fcb003a00d4c0ee27192cb75c14dc2d3add8029 Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 17 Oct 2025 20:21:21 +0900 Subject: [PATCH] Update visual.{txt,jax} --- doc/visual.jax | 2 +- en/visual.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/visual.jax b/doc/visual.jax index 7d9191f86..f7f5bfed9 100644 --- a/doc/visual.jax +++ b/doc/visual.jax @@ -1,4 +1,4 @@ -*visual.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28 +*visual.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12 VIMリファレンスマニュアル by Bram Moolenaar diff --git a/en/visual.txt b/en/visual.txt index 68773dd9d..e65d1fe50 100644 --- a/en/visual.txt +++ b/en/visual.txt @@ -1,4 +1,4 @@ -*visual.txt* For Vim version 9.1. Last change: 2025 Jun 28 +*visual.txt* For Vim version 9.1. Last change: 2025 Oct 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -128,8 +128,8 @@ gN Like |gn| but searches backward, like with `N`. active it is stopped. Only when 'mouse' option contains 'n' or 'a'. If the position is within 'so' lines from the last line on the screen the text is - scrolled up. If the position is within 'so' lines from - the first line on the screen the text is scrolled + scrolled up. If the position is within 'so' lines + from the first line on the screen the text is scrolled down. ** @@ -352,10 +352,10 @@ all lines. *v_b_<* Visual-block Shift *v_b_>* -The block is shifted by 'shiftwidth'. The RHS of the block is irrelevant. The -LHS of the block determines the point from which to apply a right shift, and -padding includes TABs optimally according to 'ts' and 'et'. The LHS of the -block determines the point up to which to shift left. +The block is shifted by 'shiftwidth'. The RHS of the block is irrelevant. +The LHS of the block determines the point from which to apply a right shift, +and padding includes TABs optimally according to 'ts' and 'et'. The LHS of +the block determines the point up to which to shift left. See |v_b_>_example|. See |v_b_<_example|.