File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
1
+ *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Feb 13
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -983,7 +983,8 @@ term_wait({buf} [, {time}]) *term_wait()*
983
983
{buf} で保留となっている更新が処理されるのを待つ。
984
984
{buf} の扱いについては | term_getsize() | と同じ。
985
985
{time} は更新が届くのを待つ、ミリ秒単位での長さ。設定されてい
986
- ない場合は 10 ミリ秒が使用される。
986
+ ない場合は 10 ミリ秒が使用される。キューに入れられたメッセージ
987
+ も | :sleep | と同様に処理される。
987
988
988
989
| method | としても使用できる: >
989
990
GetBufnr()->term_wait()
Original file line number Diff line number Diff line change 1
- *terminal.txt* For Vim version 9.1. Last change: 2025 Jan 11
1
+ *terminal.txt* For Vim version 9.1. Last change: 2025 Feb 13
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -999,7 +999,8 @@ term_wait({buf} [, {time}]) *term_wait()*
999
999
Wait for pending updates of {buf} to be handled.
1000
1000
{buf} is used as with | term_getsize() | .
1001
1001
{time} is how long to wait for updates to arrive in msec. If
1002
- not set then 10 msec will be used.
1002
+ not set then 10 msec will be used. Queued messages will also
1003
+ be processed similar to | :sleep | .
1003
1004
1004
1005
Can also be used as a | method | : >
1005
1006
GetBufnr()->term_wait()
You can’t perform that action at this time.
0 commit comments