File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- *testing.txt* For Vim バージョン 9.1. Last change: 2024 Apr 07
1
+ *testing.txt* For Vim バージョン 9.1. Last change: 2024 May 03
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -373,6 +373,9 @@ test_override({name}, {val}) *test_override()*
373
373
autoload `import autoload` でスクリプトを正しい手順でロー
374
374
ドし、項目が使用されるまで延期はしない
375
375
char_avail char_avail() 関数を無効化する
376
+ defcompile 読み込まれたスクリプト内のすべての | :def | 関数は、
377
+ 定義時にコンパイルされる。これは、スクリプトで
378
+ | :defcompile | コマンドを使用するのと似ている
376
379
nfa_fail 古い正規表現エンジンに戻すために、NFA regexp エン
377
380
ジンを失敗させる
378
381
no_query_mouse "dec" 端末のマウス位置を問い合わせない
@@ -382,9 +385,9 @@ test_override({name}, {val}) *test_override()*
382
385
redraw_flag RedrawingDisabled フラグを無視する
383
386
starting "starting" 変数を初期化する、下記参照
384
387
term_props バージョン文字列が検出された場合、すべてのターミ
385
- ナルプロパティをリセットする。
388
+ ナルプロパティをリセットする
386
389
ui_delay ui_delay() で使用するミリ秒単位の時間; メッセージ
387
- の最大3秒の待ち時間を上書きする。
390
+ の最大3秒の待ち時間を上書きする
388
391
unreachable `throw ` と `:return ` の後のコードではエラーになら
389
392
ない
390
393
uptime sysinfo.uptime を上書きする
Original file line number Diff line number Diff line change 1
- *testing.txt* For Vim version 9.1. Last change: 2024 Apr 07
1
+ *testing.txt* For Vim version 9.1. Last change: 2024 May 03
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -369,6 +369,9 @@ test_override({name}, {val}) *test_override()*
369
369
autoload `import autoload` will load the script right
370
370
away, not postponed until an item is used
371
371
char_avail disable the char_avail() function
372
+ defcompile all the | :def | functions in a sourced script are
373
+ compiled when defined. This is similar to using
374
+ the | :defcompile | command in a script.
372
375
nfa_fail makes the NFA regexp engine fail to force a
373
376
fallback to the old engine
374
377
no_query_mouse do not query the mouse position for "dec"
You can’t perform that action at this time.
0 commit comments