Skip to content

Commit 66ba0ea

Browse files
authored
Merge pull request #1520 from vim-jp/hh-update-testing
Update testing.{txt,jax}
2 parents aae21e2 + b19188a commit 66ba0ea

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

doc/testing.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -369,32 +369,32 @@ test_override({name}, {val}) *test_override()*
369369
{name} {val} が非 0 のときの効果 ~
370370
alloc_lines 確保したメモリ内に各バッファの行のコピーを作り、
371371
それによりメモリアクセスのエラーが valgrind で検
372-
出できる
372+
出できる
373373
autoload `import autoload` でスクリプトを正しい手順でロー
374-
ドし、項目が使用されるまで延期はしない
375-
char_avail char_avail() 関数を無効化する
374+
ドし、項目が使用されるまで延期はしない
375+
char_avail char_avail() 関数を無効化する
376376
defcompile 読み込まれたスクリプト内のすべての |:def| 関数は、
377377
定義時にコンパイルされる。これは、スクリプトで
378-
|:defcompile| コマンドを使用するのと似ている
378+
|:defcompile| コマンドを使用するのと似ている
379379
nfa_fail 古い正規表現エンジンに戻すために、NFA regexp エン
380-
ジンを失敗させる
381-
no_query_mouse "dec" 端末のマウス位置を問い合わせない
380+
ジンを失敗させる
381+
no_query_mouse "dec" 端末のマウス位置を問い合わせない
382382
no_wait_return "no_wait_return" フラグを設定する。"ALL" では
383-
復元されない
384-
redraw redrawing() 関数を無効化する
385-
redraw_flag RedrawingDisabled フラグを無視する
386-
starting "starting" 変数を初期化する、下記参照
383+
復元されない
384+
redraw redrawing() 関数を無効化する
385+
redraw_flag RedrawingDisabled フラグを無視する
386+
starting "starting" 変数を初期化する、下記参照
387387
term_props バージョン文字列が検出された場合、すべてのターミ
388-
ナルプロパティをリセットする
388+
ナルプロパティをリセットする
389389
ui_delay ui_delay() で使用するミリ秒単位の時間; メッセージ
390-
の最大3秒の待ち時間を上書きする
390+
の最大3秒の待ち時間を上書きする
391391
unreachable `throw``:return` の後のコードではエラーになら
392-
ない
393-
uptime sysinfo.uptime を上書きする
392+
ない
393+
uptime sysinfo.uptime を上書きする
394394
vterm_title 端末ウィンドウ内でジョブが走っている場合にウィン
395-
ドウタイトルを設定する
395+
ドウタイトルを設定する
396396
ALL alloc_lines 以外のすべての置き換えをクリアする
397-
({val} は使われない)
397+
({val} は使われない)
398398

399399
"starting" は、起動が完了したようにテストが振る舞うべきときに
400400
使われる。テストはスクリプトを読み込むことによって開始されるの

en/testing.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim version 9.1. Last change: 2024 May 03
1+
*testing.txt* For Vim version 9.1. Last change: 2024 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -365,32 +365,32 @@ test_override({name}, {val}) *test_override()*
365365
{name} effect when {val} is non-zero ~
366366
alloc_lines make a copy of every buffer line into allocated
367367
memory, so that memory access errors can be found
368-
by valgrind
368+
by valgrind.
369369
autoload `import autoload` will load the script right
370-
away, not postponed until an item is used
371-
char_avail disable the char_avail() function
370+
away, not postponed until an item is used.
371+
char_avail disable the char_avail() function.
372372
defcompile all the |:def| functions in a sourced script are
373373
compiled when defined. This is similar to using
374374
the |:defcompile| command in a script.
375375
nfa_fail makes the NFA regexp engine fail to force a
376-
fallback to the old engine
376+
fallback to the old engine.
377377
no_query_mouse do not query the mouse position for "dec"
378-
terminals
378+
terminals.
379379
no_wait_return set the "no_wait_return" flag. Not restored
380380
with "ALL".
381-
redraw disable the redrawing() function
382-
redraw_flag ignore the RedrawingDisabled flag
383-
starting reset the "starting" variable, see below
381+
redraw disable the redrawing() function.
382+
redraw_flag ignore the RedrawingDisabled flag.
383+
starting reset the "starting" variable, see below.
384384
term_props reset all terminal properties when the version
385-
string is detected
385+
string is detected.
386386
ui_delay time in msec to use in ui_delay(); overrules a
387-
wait time of up to 3 seconds for messages
388-
unreachable no error for code after `:throw` and `:return`
389-
uptime overrules sysinfo.uptime
387+
wait time of up to 3 seconds for messages.
388+
unreachable no error for code after `:throw` and `:return`.
389+
uptime overrules sysinfo.uptime.
390390
vterm_title setting the window title by a job running in a
391-
terminal window
391+
terminal window.
392392
ALL clear all overrides, except alloc_lines ({val} is
393-
not used)
393+
not used).
394394

395395
"starting" is to be used when a test should behave like
396396
startup was done. Since the tests are run by sourcing a

0 commit comments

Comments
 (0)