summaryrefslogtreecommitdiffstats
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-16 22:35:02 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-16 22:35:02 +0200
commit2e693a88b24dc6b12883fad78ff2cb9cd4469c98 (patch)
tree51532c78977a6ef8307d2c290a5627d7fc32753c /runtime/doc/terminal.txt
parent4f2f61a014e80217a2d6ac476c8f94e250a3d0ff (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index ab26631e27..fc5031dd46 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -496,7 +496,7 @@ term_dumpload({filename} [, {options}])
For {options} see |term_dumpdiff()|.
Can also be used as a |method|: >
- GetFilename()-> term_dumpload()
+ GetFilename()->term_dumpload()
<
*term_dumpwrite()*
term_dumpwrite({buf}, {filename} [, {options}])
@@ -514,7 +514,7 @@ term_dumpwrite({buf}, {filename} [, {options}])
Can also be used as a |method|, the base is used for the file
name: >
- GetFilename()-> term_dumpwrite(bufnr)
+ GetFilename()->term_dumpwrite(bufnr)
term_getaltscreen({buf}) *term_getaltscreen()*
Returns 1 if the terminal of {buf} is using the alternate
@@ -863,8 +863,6 @@ term_start({cmd} [, {options}]) *term_start()*
Can also be used as a |method|: >
GetCommand()->term_start()
-< {only available when compiled with the |+terminal| feature}
-
term_wait({buf} [, {time}]) *term_wait()*
Wait for pending updates of {buf} to be handled.
@@ -1243,7 +1241,7 @@ gdb:
*:Break* set a breakpoint at the cursor position
:Break {position}
- set a breakpoint at the specified position
+ set a breakpoint at the specified position
*:Clear* delete the breakpoint at the cursor position
*:Step* execute the gdb "step" command