summaryrefslogtreecommitdiffstats
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorh_east <h.east.727@gmail.com>2023-10-25 22:47:05 +0900
committerGitHub <noreply@github.com>2023-10-25 14:47:05 +0100
commit5985879e3c36383155f84649fa42d06813a1893e (patch)
treed4d7f9b1626ef2052e4db7d5e7d849f9f7258127 /runtime/doc/terminal.txt
parent50f3ec2898a43feaa6add2bc4875754cf9224d5e (diff)
runtime(doc): Fix typos in several documents (#13420)
* Fix typos in several documents * Update runtime/doc/terminal.txt Co-authored-by: K.Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 62bc6e657e..70cfd7f9aa 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -1485,8 +1485,9 @@ If there is no g:termdebug_config you can use: >
Any value greater than 1 will set the Asm window height to that value.
*termdebug_variables_window*
-If you want the Var window shown by default, set the flag to 1.
-the "variables_window_height" entry can be used to set the window height: >
+If you want the Var window shown by default, set the "variables_window" flag
+to 1. The "variables_window_height" entry can be used to set the window
+height: >
let g:termdebug_config['variables_window'] = 1
let g:termdebug_config['variables_window_height'] = 15
If there is no g:termdebug_config you can use: >