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: 2024 Jun 08
1
+ *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Jun 13
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -640,7 +640,8 @@ term_getcursor({buf}) *term_getcursor()*
640
640
term_getjob({buf} ) *term_getjob()*
641
641
端末ウィンドウ {buf} に関連付いたジョブを取得する。
642
642
{buf} の扱いについては | term_getsize() | と同じ。
643
- ジョブが存在しないときには | v:null | を返す。
643
+ ジョブがない場合は | v:null | を返す。Vim9 script では、ジョブが
644
+ ない場合 null_job を返す。
644
645
645
646
| method | としても使用できる: >
646
647
GetBufnr()->term_getjob()
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -647,7 +647,8 @@ term_getcursor({buf}) *term_getcursor()*
647
647
term_getjob({buf} ) *term_getjob()*
648
648
Get the Job associated with terminal window {buf} .
649
649
{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.
651
652
652
653
Can also be used as a | method | : >
653
654
GetBufnr()->term_getjob()
You can’t perform that action at this time.
0 commit comments