|
3 | 3 | helpname: 'options' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="options.html" name="options.txt">options.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Mar 12<br> |
| 6 | +<a class="Constant" href="options.html" name="options.txt">options.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Mar 14<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
|
2155 | 2155 | <a class="Constant" href="options.html#'completefuzzycollect'" name="'completefuzzycollect'">'completefuzzycollect'</a> <a class="Constant" href="options.html#'cfc'" name="'cfc'">'cfc'</a><br> |
2156 | 2156 | <a class="Type" href="options.html#'completefuzzycollect'">'completefuzzycollect'</a> <a class="Type" href="options.html#'cfc'">'cfc'</a> 文字列 (既定では空)<br> |
2157 | 2157 | グローバル<br> |
2158 | | - オプションのコンマ区切りのリストは、特定の <a class="Identifier" href="insert.html#ins-completion">ins-completion</a> モードでの<br> |
2159 | | - ファジー収集を有効にし、補完中に項目が収集される方法に影響する。設定す<br> |
2160 | | - ると標準のプリフィックスベースのマッチングではなく、ファジーマッチング<br> |
2161 | | - を使用して補完候補が検索される。このオプションには以下の値を含めること<br> |
2162 | | - ができる:<br> |
| 2158 | + 特定の <a class="Identifier" href="insert.html#ins-completion">ins-completion</a> モードでファジー収集を有効にする文字列のコンマ<br> |
| 2159 | + 区切りのリスト。補完中にマッチが収集される方法に影響する。指定された<br> |
| 2160 | + モードでは標準のプリフィックスベースのマッチングではなく、ファジーマッ<br> |
| 2161 | + チングを使用して補完候補が検索される。このオプションには以下の値を含め<br> |
| 2162 | + ることができる:<br> |
2163 | 2163 | <br> |
2164 | | - keyword カレントファイル内のキーワード <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-N">i_CTRL-X_CTRL-N</a>。<br> |
2165 | | - <a class="Type" href="options.html#'complete'">'complete'</a> 内の "."、"w"、"b"、"u"、"U" および<br> |
2166 | | - "k<span class="Special">{dict}</span>" フラグを持つキーワード。<a class="Identifier" href="insert.html#i_CTRL-N">i_CTRL-N</a> <a class="Identifier" href="insert.html#i_CTRL-P">i_CTRL-P</a><br> |
| 2164 | + keyword カレントファイル内のキーワード <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-N">i_CTRL-X_CTRL-N</a><br> |
| 2165 | + <a class="Type" href="options.html#'complete'">'complete'</a> 内のフラグ "."、 <a class="Identifier" href="insert.html#i_CTRL-N">i_CTRL-N</a> <a class="Identifier" href="insert.html#i_CTRL-P">i_CTRL-P</a><br> |
| 2166 | + "w"、"b"、"u"、"U" および "k<span class="Special">{dict}</span>" を持つキーワード<br> |
| 2167 | + <a class="Type" href="options.html#'dictionary'">'dictionary'</a> 内のキーワード <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-K">i_CTRL-X_CTRL-K</a><br> |
2167 | 2168 | <br> |
2168 | | - files ファイル名 <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-F">i_CTRL-X_CTRL-F</a><br> |
| 2169 | + files ファイル名 <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-F">i_CTRL-X_CTRL-F</a><br> |
2169 | 2170 | <br> |
2170 | | - whole_line 行全体 <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-L">i_CTRL-X_CTRL-L</a><br> |
| 2171 | + whole_line 行全体 <a class="Identifier" href="insert.html#i_CTRL-X_CTRL-L">i_CTRL-X_CTRL-L</a><br> |
2171 | 2172 | <br> |
2172 | | - <a class="Type" href="options.html#'completeopt'">'completeopt'</a> の "longest" オプションと一緒に使用すると、ファジー収集<br> |
2173 | | - は最適なファジーマッチの中で最も長い共通文字列を識別し、それを自動的に<br> |
2174 | | - 挿入できる。<br> |
| 2173 | + <a class="Type" href="options.html#'completeopt'">'completeopt'</a> の "longest" オプション値を使用すると、ファジー収集は最<br> |
| 2174 | + 適なファジーマッチの中から最長の共通文字列を識別し、それを自動的に挿入<br> |
| 2175 | + できる。<br> |
2175 | 2176 | <br> |
2176 | 2177 | <a class="Constant" href="options.html#'completeitemalign'" name="'completeitemalign'">'completeitemalign'</a> <a class="Constant" href="options.html#'cia'" name="'cia'">'cia'</a><br> |
2177 | 2178 | <a class="Type" href="options.html#'completeitemalign'">'completeitemalign'</a> <a class="Type" href="options.html#'cia'">'cia'</a> 文字列 (既定では "abbr,kind,menu")<br> |
|
0 commit comments