Skip to content

Commit 516c0c4

Browse files
committed
Fix terminal.jax
1 parent eca78e7 commit 516c0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/terminal.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ term_getstatus({buf}) *term_getstatus()*
672672
"running" または "finished" のどちらかは常に存在する。
673673

674674
{buf} は端末ウィンドウのバッファ番号でなければならない。バッ
675-
ファが存在しない、もしくは端末ウィンドウでない場合は、空リスト
675+
ファが存在しない、もしくは端末ウィンドウでない場合は、空文字列
676676
が返される。
677677

678678
|method| としても使用できる: >
@@ -684,7 +684,7 @@ term_gettitle({buf}) *term_gettitle()*
684684
たタイトルである。
685685

686686
{buf} は端末ウィンドウのバッファ番号でなければならない。バッ
687-
ファが存在しない、もしくは端末ウィンドウでない場合は、空リスト
687+
ファが存在しない、もしくは端末ウィンドウでない場合は、空文字列
688688
が返される。
689689

690690
|method| としても使用できる: >
@@ -825,7 +825,7 @@ term_setsize({buf}, {rows}, {cols}) *term_setsize()* *E955*
825825

826826
{buf} は端末ウィンドウのバッファ番号でなければならない。現在の
827827
バッファには空文字列を使用する。バッファが存在しない、もしくは
828-
端末ウィンドウでない場合は、空リストが返される
828+
端末ウィンドウでない場合は、エラーが発生する
829829

830830
|method| としても使用できる: >
831831
GetBufnr()->term_setsize(rows, cols)

0 commit comments

Comments
 (0)