Skip to content

Commit 7ba8459

Browse files
authored
Merge pull request #1871 from h-east/update-options
Update options.{txt,jax}
2 parents 4d1bc3f + 7129415 commit 7ba8459

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -7056,9 +7056,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
70567056
す。例えば、選択領域の削除に "x" が使われたときなどに違いが出る。
70577057
"old" を指定して 'virtualedit' でカーソルが行末を超えられるようにした
70587058
場合には、改行は依然として含まれない。
7059-
"exclusive" に設定していると、'virtualedit' が空のときノーマルモードか
7060-
ら選択を開始し、末尾から後方に選択すると行末の文字を含めることができな
7061-
くなる。
7059+
"exclusive" を使用すると、ビジュアルモードでのカーソルの位置が内包的な
7060+
動きに合わせて調整される |inclusive-motion-selection-exclusive|。
7061+
Note "exclusive" が使用され後ろから逆方向に選択する場合で、ノーマルモー
7062+
ドで開始かつ 'virtualedit' が空のときは、行末の文字を含めることはでき
7063+
ないことに注意。
70627064

70637065
オプション 'selection' は、コマンド |:behave| によって設定される。
70647066

en/options.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Dec 07
1+
*options.txt* For Vim version 9.1. Last change: 2024 Dec 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7018,6 +7018,8 @@ A jump table for the options with a short description can be found at |Q_op|.
70187018
selection.
70197019
When "old" is used and 'virtualedit' allows the cursor to move past
70207020
the end of line the line break still isn't included.
7021+
When "exclusive" is used, cursor position in visual mode will be
7022+
adjusted for inclusive motions |inclusive-motion-selection-exclusive|.
70217023
Note that when "exclusive" is used and selecting from the end
70227024
backwards, you cannot include the last character of a line, when
70237025
starting in Normal mode and 'virtualedit' empty.

0 commit comments

Comments
 (0)