Skip to content

Commit 4c2241f

Browse files
authored
Merge pull request #1853 from h-east/update-options
Update options.{txt,jax}
2 parents 1a475e6 + b0c0201 commit 4c2241f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1093,8 +1093,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
10931093
":syntax on" を実行すればよい。
10941094

10951095
*'backspace'* *'bs'*
1096-
'backspace' 'bs' 文字列 (既定では ""、|defaults.vim| 内で
1097-
"indent,eol,start" にセットされる)
1096+
'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start", Viの既定値: "")
10981097
グローバル
10991098
挿入モードでの <BS>, <Del>, CTRL-W, CTRL-U の働きに影響する。値はキー
11001099
ワードのコンマ区切りのリストである。それぞれのキーワードがバックスペー
@@ -2199,9 +2198,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
21992198
にだけ機能する。"longest" が指定された場合には、なんの影響
22002199
も発生しない。
22012200

2202-
noselect メニューからマッチを {訳注:自動では} 選択せず、ユーザーに
2203-
自分で選ぶことを強制する。"menu" か "menuone" と組み合わせ
2204-
たときにだけ機能する
2201+
noselect メニュー項目が事前に選択されない点を除いて、"noinsert" と
2202+
同じである。"noinsert" と "noselect" の両方が存在する場合
2203+
は、"noselect" が優先される
22052204

22062205
fuzzy 補完候補に対して |fuzzy-matching| を有効にする。これによ
22072206
り、より柔軟で直感的なマッチングが可能になり、文字をスキッ

en/options.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Nov 27
1+
*options.txt* For Vim version 9.1. Last change: 2024 Dec 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1069,8 +1069,7 @@ A jump table for the options with a short description can be found at |Q_op|.
10691069
done with ":syntax on".
10701070

10711071
*'backspace'* *'bs'*
1072-
'backspace' 'bs' string (default "", set to "indent,eol,start"
1073-
in |defaults.vim|)
1072+
'backspace' 'bs' string (Vim default: "indent,eol,start", Vi default: "")
10741073
global
10751074
Influences the working of <BS>, <Del>, CTRL-W and CTRL-U in Insert
10761075
mode. This is a list of items, separated by commas. Each item allows
@@ -2155,9 +2154,9 @@ A jump table for the options with a short description can be found at |Q_op|.
21552154
a match from the menu. Only works in combination with
21562155
"menu" or "menuone". No effect if "longest" is present.
21572156

2158-
noselect Do not select a match in the menu, force the user to
2159-
select one from the menu. Only works in combination with
2160-
"menu" or "menuone".
2157+
noselect Same as "noinsert", except that no menu item is
2158+
pre-selected. If both "noinsert" and "noselect" are present,
2159+
"noselect" has precedence.
21612160

21622161
fuzzy Enable |fuzzy-matching| for completion candidates. This
21632162
allows for more flexible and intuitive matching, where

0 commit comments

Comments
 (0)