Skip to content

Commit 8aa40b2

Browse files
authored
Merge pull request #1506 from vim-jp/hh-update-testing
Update testing.{txt,jax}
2 parents 375d86d + efb5175 commit 8aa40b2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/testing.jax

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Apr 07
1+
*testing.txt* For Vim バージョン 9.1. Last change: 2024 May 03
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -373,6 +373,9 @@ test_override({name}, {val}) *test_override()*
373373
autoload `import autoload` でスクリプトを正しい手順でロー
374374
ドし、項目が使用されるまで延期はしない
375375
char_avail char_avail() 関数を無効化する
376+
defcompile 読み込まれたスクリプト内のすべての |:def| 関数は、
377+
定義時にコンパイルされる。これは、スクリプトで
378+
|:defcompile| コマンドを使用するのと似ている
376379
nfa_fail 古い正規表現エンジンに戻すために、NFA regexp エン
377380
ジンを失敗させる
378381
no_query_mouse "dec" 端末のマウス位置を問い合わせない
@@ -382,9 +385,9 @@ test_override({name}, {val}) *test_override()*
382385
redraw_flag RedrawingDisabled フラグを無視する
383386
starting "starting" 変数を初期化する、下記参照
384387
term_props バージョン文字列が検出された場合、すべてのターミ
385-
ナルプロパティをリセットする
388+
ナルプロパティをリセットする
386389
ui_delay ui_delay() で使用するミリ秒単位の時間; メッセージ
387-
の最大3秒の待ち時間を上書きする
390+
の最大3秒の待ち時間を上書きする
388391
unreachable `throw``:return` の後のコードではエラーになら
389392
ない
390393
uptime sysinfo.uptime を上書きする

en/testing.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -369,6 +369,9 @@ test_override({name}, {val}) *test_override()*
369369
autoload `import autoload` will load the script right
370370
away, not postponed until an item is used
371371
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.
372375
nfa_fail makes the NFA regexp engine fail to force a
373376
fallback to the old engine
374377
no_query_mouse do not query the mouse position for "dec"

0 commit comments

Comments
 (0)