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 @@ -1472,8 +1472,9 @@ g:termdebug_config がない場合は、以下を使用できます: >
1472
1472
1以上の任意の値を設定でき、その値が Asm ウィンドウの高さになります。
1473
1473
1474
1474
*termdebug_variables_window*
1475
- Var ウィンドウをデフォルトで表示させたい場合、このフラグを 1 に設定します。
1476
- "variables_window_height" エントリを使用してウィンドウの高さを設定できます: >
1475
+ Var ウィンドウをデフォルトで表示させたい場合、"variables_window" フラグに 1 を
1476
+ 設定します。"variables_window_height" エントリを使用してウィンドウの高さを設定
1477
+ できます: >
1477
1478
let g:termdebug_config['variables_window'] = 1
1478
1479
let g:termdebug_config['variables_window_height'] = 15
1479
1480
g:termdebug_config がない場合は、以下を使用できます: >
Original file line number Diff line number Diff line change @@ -1485,8 +1485,9 @@ If there is no g:termdebug_config you can use: >
1485
1485
Any value greater than 1 will set the Asm window height to that value.
1486
1486
1487
1487
*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: >
1490
1491
let g:termdebug_config['variables_window'] = 1
1491
1492
let g:termdebug_config['variables_window_height'] = 15
1492
1493
If there is no g:termdebug_config you can use: >
You can’t perform that action at this time.
0 commit comments