|
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: 2024 Dec 03<br> |
| 6 | +<a class="Constant" href="options.html" name="options.txt">options.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Dec 07<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
4481 | 4481 | グローバル<br>
|
4482 | 4482 | ":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、<br>
|
4483 | 4483 | このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する (記<br>
|
4484 |
| - 憶するメッセージ数については、<a class="Identifier" href="cmdline.html#cmdline-editing">cmdline-editing</a> および <a class="Type" href="options.html#'msghistory'">'msghistory'</a> を<br> |
4485 |
| - 参照)。<br> |
| 4484 | + 憶するメッセージ数については、<a class="Identifier" href="cmdline.html#cmdline-editing">cmdline-editing</a> および <a class="Type" href="options.html#'messagesopt'">'messagesopt'</a><br> |
| 4485 | + を参照)。<br> |
4486 | 4486 | 最大値は10000。<br>
|
4487 | 4487 | <span class="Todo">NOTE</span>: このオプションは <a class="Type" href="options.html#'compatible'">'compatible'</a> がオンになるとViの既定値に設定され、<br>
|
4488 | 4488 | <a class="Type" href="options.html#'compatible'">'compatible'</a> がオフになるとVimの既定値に設定されるので注意。<br>
|
|
5687 | 5687 | に対して使われる。このオプションを変更しても直接の効果はなく、メニュー<br>
|
5688 | 5688 | を更新しなければならない。<br>
|
5689 | 5689 | <br>
|
| 5690 | + <a class="Constant" href="options.html#'messagesopt'" name="'messagesopt'">'messagesopt'</a> <a class="Constant" href="options.html#'mopt'" name="'mopt'">'mopt'</a><br> |
| 5691 | +<a class="Type" href="options.html#'messagesopt'">'messagesopt'</a> <a class="Type" href="options.html#'mopt'">'mopt'</a> 文字列 (既定では "hit-enter,history:500")<br> |
| 5692 | + グローバル<br> |
| 5693 | +<br> |
| 5694 | + メッセージ出力のためのオプション設定。以下の項目から構成される。項目は<br> |
| 5695 | + コンマで区切る必要がある。<br> |
| 5696 | +<br> |
| 5697 | + hit-enter メッセージが <a class="Type" href="options.html#'cmdheight'">'cmdheight'</a> のサイズより長い場合は、<br> |
| 5698 | + <a class="Identifier" href="message.html#hit-enter">hit-enter</a> プロンプトを使用する。<br> |
| 5699 | +<br> |
| 5700 | + wait:<span class="Special">{n}</span> <a class="Identifier" href="message.html#hit-enter">hit-enter</a> プロンプトを使用する代わりに、ユーザーが<br> |
| 5701 | + メッセージを読む機会が得られるように、単純に <span class="Special">{n}</span> ミリ<br> |
| 5702 | + 秒間ウェイトする。<span class="Special">{n}</span> の最大値は 10000 である。ウェイ<br> |
| 5703 | + トを無効にするには 0 を使用する (ただし、ユーザーは重<br> |
| 5704 | + 要なメッセージを見逃す可能性がある)。<br> |
| 5705 | + この項目は、"hit-enter" が指定される場合は無視される<br> |
| 5706 | + が、"hit-enter" が指定されない場合は必須である。<br> |
| 5707 | +<br> |
| 5708 | + history:<span class="Special">{n}</span> <a class="Identifier" href="message.html#:messages">:messages</a> 履歴に記憶されるエントリ数を決定する。最大<br> |
| 5709 | + 値は 10000 である。<br> |
| 5710 | + ゼロに設定すると、メッセージ履歴がクリアされる。<br> |
| 5711 | + この項目は常に指定する必要がある。<br> |
| 5712 | +<br> |
5690 | 5713 | <a class="Constant" href="options.html#'mkspellmem'" name="'mkspellmem'">'mkspellmem'</a> <a class="Constant" href="options.html#'msm'" name="'msm'">'msm'</a><br>
|
5691 | 5714 | <a class="Type" href="options.html#'mkspellmem'">'mkspellmem'</a> <a class="Type" href="options.html#'msm'">'msm'</a> 文字列 (既定では "460000,2000,500")<br>
|
5692 | 5715 | グローバル<br>
|
|
5964 | 5987 | GUI版, Win32とUnixのxtermでのみ有効。ダブルクリックなどとして認識され<br>
|
5965 | 5988 | るクリックとクリックの間の時間を、ミリ秒単位で設定する。<br>
|
5966 | 5989 | <br>
|
5967 |
| - <a class="Constant" href="options.html#'msghistory'" name="'msghistory'">'msghistory'</a> <a class="Constant" href="options.html#'mhi'" name="'mhi'">'mhi'</a><br> |
5968 |
| -<a class="Type" href="options.html#'msghistory'">'msghistory'</a> <a class="Type" href="options.html#'mhi'">'mhi'</a> 数値 (既定では 500)<br> |
5969 |
| - グローバル<br> |
5970 |
| - <a class="Identifier" href="message.html#:messages">:messages</a> 履歴に記憶される項目数を決定する。最大値は 10000 である。<br> |
5971 |
| - ゼロに設定すると、メッセージ履歴がクリアされる。<br> |
5972 |
| -<br> |
5973 | 5990 | <br>
|
5974 | 5991 | <a class="Constant" href="options.html#'mzquantum'" name="'mzquantum'">'mzquantum'</a> <a class="Constant" href="options.html#'mzq'" name="'mzq'">'mzq'</a><br>
|
5975 | 5992 | <a class="Type" href="options.html#'mzquantum'">'mzquantum'</a> <a class="Type" href="options.html#'mzq'">'mzq'</a> 数値 (既定では 100)<br>
|
|
0 commit comments