File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- *testing.txt* For Vim バージョン 9.1. Last change: 2024 Feb 18
1+ *testing.txt* For Vim バージョン 9.1. Last change: 2024 Apr 07
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -440,8 +440,8 @@ test_settime({expr}) *test_settime()*
440440 GetTime()->test_settime()
441441
442442
443- test_srand_seed([seed]) *test_srand_seed()*
444- [ seed] が渡されたときは `srand ()` で使われる種の値を設定する。
443+ test_srand_seed([{ seed} ]) *test_srand_seed()*
444+ { seed} が渡されたときは `srand ()` で使われる種の値を設定する。
445445 省略されたときはテスト用の種を削除する。
446446
447447
Original file line number Diff line number Diff line change 1- *testing.txt* For Vim version 9.1. Last change: 2024 Feb 18
1+ *testing.txt* For Vim version 9.1. Last change: 2024 Apr 07
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -438,8 +438,8 @@ test_settime({expr}) *test_settime()*
438438 GetTime()->test_settime()
439439
440440
441- test_srand_seed([seed]) *test_srand_seed()*
442- When [ seed] is given this sets the seed value used by
441+ test_srand_seed([{ seed} ]) *test_srand_seed()*
442+ When { seed} is given this sets the seed value used by
443443 `srand ()` . When omitted the test seed is removed.
444444
445445
You can’t perform that action at this time.
0 commit comments