Skip to content

Commit afa9424

Browse files
committed
Update testing.{txt,jax}
1 parent 30272ed commit afa9424

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/testing.jax

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Jul 18
1+
*testing.txt* For Vim バージョン 9.1. Last change: 2025 Mar 23
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -367,6 +367,11 @@ test_null_string() *test_null_string()*
367367

368368
戻り値の型: |String|
369369

370+
test_null_tuple() *test_null_tuple()*
371+
null の |Tuple| を返す。これはテストのみに使われる。
372+
373+
戻り値の型: |Tuple|
374+
370375
test_option_not_set({name}) *test_option_not_set()*
371376
オプション {name} が設定されたことを示すフラグをリセットする。
372377
したがって、それはまだデフォルト値を持っているように見える。次

en/testing.txt

Lines changed: 6 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 Jul 18
1+
*testing.txt* For Vim version 9.1. Last change: 2025 Mar 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -364,6 +364,11 @@ test_null_string() *test_null_string()*
364364

365365
Return type: |String|
366366

367+
test_null_tuple() *test_null_tuple()*
368+
Return a |Tuple| that is null. Only useful for testing.
369+
370+
Return type: |Tuple|
371+
367372
test_option_not_set({name}) *test_option_not_set()*
368373
Reset the flag that indicates option {name} was set. Thus it
369374
looks like it still has the default value. Use like this: >

0 commit comments

Comments
 (0)