summaryrefslogtreecommitdiff
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-01-28 22:47:25 +0100
committerBram Moolenaar <Bram@vim.org>2018-01-28 22:47:25 +0100
commit40962ec9c0e7b8699e101182b06ddd39dc0e1212 (patch)
tree8949df2955a3d9cc6c0e4a6e89aa123a31c0abbd /runtime/doc/terminal.txt
parent84b242c369a22b581c43de9de0152f0baedd71ab (diff)
downloadvim-git-40962ec9c0e7b8699e101182b06ddd39dc0e1212.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index a1576fa15..896c55417 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -1,4 +1,4 @@
-*terminal.txt* For Vim version 8.0. Last change: 2017 Dec 22
+*terminal.txt* For Vim version 8.0. Last change: 2018 Jan 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -149,11 +149,6 @@ Syntax ~
keys in the terminal window. For MS-Windows see the
++eof argument below.
- Two comma separated numbers are used as "rows,cols".
- E.g. `:24,80gdb` opens a terminal with 24 rows and 80
- columns. However, if the terminal window spans the
- Vim window with, there is no vertical split, the Vim
- window width is used.
*term++close* *term++open*
Supported [options] are:
++close The terminal window will close
@@ -168,9 +163,15 @@ Syntax ~
++hidden Open the terminal in a hidden buffer,
no window will be used.
++rows={height} Use {height} for the terminal window
- height.
+ height. If the terminal uses the full
+ Vim height (no window above or below
+ th terminal window) the command line
+ height will be reduced as needed.
++cols={width} Use {width} for the terminal window
- width.
+ width. If the terminal uses the full
+ Vim width (no window left or right of
+ the terminal window) this value is
+ ignored.
++eof={text} when using [range]: text to send after
the last line was written. Cannot
contain white space. A CR is
@@ -524,6 +525,7 @@ interface. This probably requires gdb version 7.12. if you get this error:
Undefined command: "new-ui". Try "help".~
Then your gdb is too old.
+ *hl-debugPC* *hl-debugBreakpoint*
The color of the signs can be adjusted with these highlight groups:
- debugPC the current position
- debugBreakpoint a breakpoint