Skip to content

Commit e89d26c

Browse files
authored
Merge pull request #1351 from vim-jp/hh-update-terminal
Update terminal.{txt,jax}
2 parents 70d1412 + 656040b commit e89d26c

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
@@ -1472,8 +1472,9 @@ g:termdebug_config がない場合は、以下を使用できます: >
14721472
1以上の任意の値を設定でき、その値が Asm ウィンドウの高さになります。
14731473

14741474
*termdebug_variables_window*
1475-
Var ウィンドウをデフォルトで表示させたい場合、このフラグを 1 に設定します。
1476-
"variables_window_height" エントリを使用してウィンドウの高さを設定できます: >
1475+
Var ウィンドウをデフォルトで表示させたい場合、"variables_window" フラグに 1 を
1476+
設定します。"variables_window_height" エントリを使用してウィンドウの高さを設定
1477+
できます: >
14771478
let g:termdebug_config['variables_window'] = 1
14781479
let g:termdebug_config['variables_window_height'] = 15
14791480
g:termdebug_config がない場合は、以下を使用できます: >

en/terminal.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,8 +1485,9 @@ If there is no g:termdebug_config you can use: >
14851485
Any value greater than 1 will set the Asm window height to that value.
14861486

14871487
*termdebug_variables_window*
1488-
If you want the Var window shown by default, set the flag to 1.
1489-
the "variables_window_height" entry can be used to set the window height: >
1488+
If you want the Var window shown by default, set the "variables_window" flag
1489+
to 1. The "variables_window_height" entry can be used to set the window
1490+
height: >
14901491
let g:termdebug_config['variables_window'] = 1
14911492
let g:termdebug_config['variables_window_height'] = 15
14921493
If there is no g:termdebug_config you can use: >

0 commit comments

Comments
 (0)