Skip to content

Commit f0aa244

Browse files
committed
Follow the update original
1 parent 6d60631 commit f0aa244

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: 2024 Jun 08
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Jun 13
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -640,7 +640,8 @@ term_getcursor({buf}) *term_getcursor()*
640640
term_getjob({buf}) *term_getjob()*
641641
端末ウィンドウ {buf} に関連付いたジョブを取得する。
642642
{buf} の扱いについては |term_getsize()| と同じ。
643-
ジョブが存在しないときには |v:null| を返す。
643+
ジョブがない場合は |v:null| を返す。Vim9 script では、ジョブが
644+
ない場合 null_job を返す。
644645

645646
|method| としても使用できる: >
646647
GetBufnr()->term_getjob()

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: 2024 Jun 08
1+
*terminal.txt* For Vim version 9.1. Last change: 2024 Jun 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -647,7 +647,8 @@ term_getcursor({buf}) *term_getcursor()*
647647
term_getjob({buf}) *term_getjob()*
648648
Get the Job associated with terminal window {buf}.
649649
{buf} is used as with |term_getsize()|.
650-
Returns |v:null| when there is no job.
650+
Returns |v:null| when there is no job. In Vim9 script, return
651+
null_job when there is no job.
651652

652653
Can also be used as a |method|: >
653654
GetBufnr()->term_getjob()

0 commit comments

Comments
 (0)