Skip to content

Commit 7a248d4

Browse files
committed
Update by original
1 parent ccbfcdf commit 7a248d4

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

doc/motion.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 14
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -95,11 +95,6 @@
9595
最後に動かされ、移動コマンドは内包的になります。例: "}" は段落の後の最初の
9696
行まで移動しますが "d}" はその行を含めません。
9797

98-
*inclusive-motion-selection-exclusive*
99-
'selection' が "exclusive" で、|Visual| モードがアクティブかつ、内包的な動作が
100-
使用された場合、カーソル位置は右にもう 1 文字調整され、ビジュアル選択が期待さ
101-
れるテキストを含むようになるので操作できるようになる。
102-
10398
*exclusive-linewise*
10499
2. 移動コマンドが排他的で、移動後の位置が1桁目でかつ移動初めの位置がその行の最
105100
初の非空白文字かその手前の位置であれば、移動コマンドは行単位になります。
@@ -131,6 +126,11 @@
131126
endif<CR>
132127
Note ":" を使った全ての移動は、排他的な文字単位になることに注意してください。
133128

129+
*inclusive-motion-selection-exclusive*
130+
'selection' が "exclusive" で、|Visual| モードがアクティブかつ、内包的な動作が
131+
使用された場合、カーソル位置は右にもう 1 文字調整され、ビジュアル選択が期待さ
132+
れるテキストを含むようになるので操作できるようになります。
133+
134134
*forced-motion*
135135
☆移動を行単位、文字単位、ブロック単位にする
136136

en/motion.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.1. Last change: 2024 Dec 14
1+
*motion.txt* For Vim version 9.1. Last change: 2024 Dec 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -93,13 +93,6 @@ command. There are however, two general exceptions:
9393
end of the motion is moved to the end of the previous line and the motion
9494
becomes inclusive. Example: "}" moves to the first line after a paragraph,
9595
but "d}" will not include that line.
96-
97-
*inclusive-motion-selection-exclusive*
98-
When 'selection' is "exclusive", |Visual| mode is active and an inclusive
99-
motion has been used, the cursor position will be adjusted by another
100-
character to the right, so that visual selction includes the expected text and
101-
can be acted upon.
102-
10396
*exclusive-linewise*
10497
2. If the motion is exclusive, the end of the motion is in column 1 and the
10598
start of the motion was at or before the first non-blank in the line, the
@@ -129,6 +122,12 @@ This cannot be repeated: >
129122
endif<CR>
130123
Note that when using ":" any motion becomes characterwise exclusive.
131124

125+
*inclusive-motion-selection-exclusive*
126+
When 'selection' is "exclusive", |Visual| mode is active and an inclusive
127+
motion has been used, the cursor position will be adjusted by another
128+
character to the right, so that visual selction includes the expected text and
129+
can be acted upon.
130+
132131
*forced-motion*
133132
FORCING A MOTION TO BE LINEWISE, CHARACTERWISE OR BLOCKWISE
134133

0 commit comments

Comments
 (0)