Skip to content

Commit 52c73a5

Browse files
authored
Merge pull request #2566 from h-east/update_options
Update options.{txt,jax}
2 parents b4cf967 + 58f18f2 commit 52c73a5

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

doc/options.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 03
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -5262,9 +5262,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
52625262
字を追加することができる。その際、'ignorecase' と 'smartcase' が設定さ
52635263
れていてコマンドラインに大文字が含まれていなければ、追加された文字は小
52645264
文字に変換される。
5265-
CTRL-R CTRL-W を押すと、現在マッチしているテキストの末尾から単語を追加
5266-
することができる。そのとき、既にタイプされている文字は除かれる
5267-
NOTE: このオプションは、'compatible' がオンになるとオフになるので注意
5265+
CTRL-R CTRL-W を使用すると、既に入力された文字を除いた単語を、現在マッ
5266+
チしている箇所の末尾に追加できる (単語の先頭から開始)
5267+
NOTE: 'compatible' が設定されると、このオプションはリセットされる
52685268

52695269
*'indentexpr'* *'inde'*
52705270
'indentexpr' 'inde' 文字列 (既定では "")

en/options.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Apr 03
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5212,7 +5212,8 @@ A jump table for the options with a short description can be found at |Q_op|.
52125212
command line has no uppercase characters, the added character is
52135213
converted to lowercase.
52145214
CTRL-R CTRL-W can be used to add the word at the end of the current
5215-
match, excluding the characters that were already typed.
5215+
match, excluding the characters that were already typed (starting from
5216+
the beginning of the word).
52165217
NOTE: This option is reset when 'compatible' is set.
52175218

52185219
*'indentexpr'* *'inde'*

0 commit comments

Comments
 (0)