Skip to content

Commit ddc3882

Browse files
authored
Merge pull request #1954 from h-east/update-terminal
Update terminal.{txt,jax}
2 parents ed9f485 + 2bb6f0c commit ddc3882

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/terminal.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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()

en/terminal.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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()

0 commit comments

Comments
 (0)