Skip to content

Commit 03cf828

Browse files
committed
Update terminal.{txt,jax}
1 parent b0854e1 commit 03cf828

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

doc/terminal.jax

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2026 Jan 18
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2026 Feb 06
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -515,9 +515,11 @@ term_dumpdiff({filename}, {filename} [, {options}])
515515
"term_name" (1 つ目のファイル名の代わりに使用される)
516516
バッファ名
517517
"term_rows" ('termwinsize' の代わりに使用される) 端末
518-
の垂直サイズ、ただし最小サイズは尊重する
518+
の垂直サイズ、ただし最小サイズは尊重する。
519+
有効範囲は 0 から 1000
519520
"term_cols" ('termwinsize' の代わりに使用される) 端末
520-
の水平サイズ、ただし最小サイズは尊重する
521+
の水平サイズ、ただし最小サイズは尊重する。
522+
有効範囲は 0 から 1000
521523
"vertical" ウィンドウを垂直に分割する
522524
"curwin" ウィンドウを分割せず現在のウィンドウを使
523525
用する、現在のバッファが放棄 (|abandon|)
@@ -932,9 +934,9 @@ term_start({cmd} [, {options}]) *term_start()*
932934
"term_name" (コマンド名の代わりに使用される)バッファ
933935
名に使用する名前。
934936
"term_rows" ('termwinsize' の代わりに使用される) 端末
935-
の垂直サイズ。有効範囲は0から1000。
937+
の垂直サイズ。有効範囲は 0 から 1000
936938
"term_cols" ('termwinsize' の代わりに使用される) 端末
937-
の水平サイズ
939+
の水平サイズ。有効範囲は 0 から 1000
938940
"vertical" ウィンドウを垂直に分割する。Note: 他のウィ
939941
ンドウの位置は、|:belowright| のようなコマ
940942
ンド修飾子によって決められる。

en/terminal.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2026 Jan 18
1+
*terminal.txt* For Vim version 9.1. Last change: 2026 Feb 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -525,10 +525,12 @@ term_dumpdiff({filename}, {filename} [, {options}])
525525
of the first file name.
526526
"term_rows" vertical size to use for the terminal,
527527
instead of using 'termwinsize', but
528-
respecting the minimal size
528+
respecting the minimal size; valid range
529+
is from 0 to 1000
529530
"term_cols" horizontal size to use for the terminal,
530531
instead of using 'termwinsize', but
531-
respecting the minimal size
532+
respecting the minimal size; valid range
533+
is from 0 to 1000
532534
"vertical" split the window vertically
533535
"curwin" use the current window, do not split the
534536
window; fails if the current buffer
@@ -951,9 +953,10 @@ term_start({cmd} [, {options}]) *term_start()*
951953
of the command name.
952954
"term_rows" vertical size to use for the terminal,
953955
instead of using 'termwinsize'; valid
954-
range is from zero to 1000
956+
range is from 0 to 1000
955957
"term_cols" horizontal size to use for the terminal,
956-
instead of using 'termwinsize'
958+
instead of using 'termwinsize'; valid
959+
range is from 0 to 1000
957960
"vertical" split the window vertically; note that
958961
other window position can be defined with
959962
command modifiers, such as |:belowright|.

0 commit comments

Comments
 (0)