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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -440,8 +440,8 @@ test_settime({expr}) *test_settime()*
440
440
GetTime()->test_settime()
441
441
442
442
443
- test_srand_seed([seed]) *test_srand_seed()*
444
- [ seed] が渡されたときは `srand ()` で使われる種の値を設定する。
443
+ test_srand_seed([{ seed} ]) *test_srand_seed()*
444
+ { seed} が渡されたときは `srand ()` で使われる種の値を設定する。
445
445
省略されたときはテスト用の種を削除する。
446
446
447
447
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -438,8 +438,8 @@ test_settime({expr}) *test_settime()*
438
438
GetTime()->test_settime()
439
439
440
440
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
443
443
`srand ()` . When omitted the test seed is removed.
444
444
445
445
You can’t perform that action at this time.
0 commit comments