Skip to content

Commit

Permalink
Merge pull request #1871 from h-east/update-options
Browse files Browse the repository at this point in the history
Update options.{txt,jax}
  • Loading branch information
h-east authored Dec 23, 2024
2 parents 4d1bc3f + 7129415 commit 7ba8459
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 07
*options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 14


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

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

Expand Down
4 changes: 3 additions & 1 deletion en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Dec 07
*options.txt* For Vim version 9.1. Last change: 2024 Dec 14


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

0 comments on commit 7ba8459

Please sign in to comment.