From b0c02019390e11e4f745e0b35fc70dbb96bdd2fd Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 2 Dec 2024 17:26:40 +0900 Subject: [PATCH] Update options.{txt,jax} --- doc/options.jax | 11 +++++------ en/options.txt | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/doc/options.jax b/doc/options.jax index 34820b5d2..ee579822c 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 27 +*options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 01 VIMリファレンスマニュアル by Bram Moolenaar @@ -1093,8 +1093,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる ":syntax on" を実行すればよい。 *'backspace'* *'bs'* -'backspace' 'bs' 文字列 (既定では ""、|defaults.vim| 内で - "indent,eol,start" にセットされる) +'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start", Viの既定値: "") グローバル 挿入モードでの , , CTRL-W, CTRL-U の働きに影響する。値はキー ワードのコンマ区切りのリストである。それぞれのキーワードがバックスペー @@ -2199,9 +2198,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる にだけ機能する。"longest" が指定された場合には、なんの影響 も発生しない。 - noselect メニューからマッチを {訳注:自動では} 選択せず、ユーザーに - 自分で選ぶことを強制する。"menu" か "menuone" と組み合わせ - たときにだけ機能する。 + noselect メニュー項目が事前に選択されない点を除いて、"noinsert" と + 同じである。"noinsert" と "noselect" の両方が存在する場合 + は、"noselect" が優先される。 fuzzy 補完候補に対して |fuzzy-matching| を有効にする。これによ り、より柔軟で直感的なマッチングが可能になり、文字をスキッ diff --git a/en/options.txt b/en/options.txt index 05c2d9d4c..1de1057b2 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2024 Nov 27 +*options.txt* For Vim version 9.1. Last change: 2024 Dec 01 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|. done with ":syntax on". *'backspace'* *'bs'* -'backspace' 'bs' string (default "", set to "indent,eol,start" - in |defaults.vim|) +'backspace' 'bs' string (Vim default: "indent,eol,start", Vi default: "") global Influences the working of , , CTRL-W and CTRL-U in Insert 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|. a match from the menu. Only works in combination with "menu" or "menuone". No effect if "longest" is present. - noselect Do not select a match in the menu, force the user to - select one from the menu. Only works in combination with - "menu" or "menuone". + noselect Same as "noinsert", except that no menu item is + pre-selected. If both "noinsert" and "noselect" are present, + "noselect" has precedence. fuzzy Enable |fuzzy-matching| for completion candidates. This allows for more flexible and intuitive matching, where