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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -983,7 +983,8 @@ term_wait({buf} [, {time}]) *term_wait()*
983983 {buf} で保留となっている更新が処理されるのを待つ。
984984 {buf} の扱いについては | term_getsize() | と同じ。
985985 {time} は更新が届くのを待つ、ミリ秒単位での長さ。設定されてい
986- ない場合は 10 ミリ秒が使用される。
986+ ない場合は 10 ミリ秒が使用される。キューに入れられたメッセージ
987+ も | :sleep | と同様に処理される。
987988
988989 | method | としても使用できる: >
989990 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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -999,7 +999,8 @@ term_wait({buf} [, {time}]) *term_wait()*
999999 Wait for pending updates of {buf} to be handled.
10001000 {buf} is used as with | term_getsize() | .
10011001 {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 | .
10031004
10041005 Can also be used as a | method | : >
10051006 GetBufnr()->term_wait()
You can’t perform that action at this time.
0 commit comments