diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-16 22:35:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-16 22:35:02 +0200 |
commit | 2e693a88b24dc6b12883fad78ff2cb9cd4469c98 (patch) | |
tree | 51532c78977a6ef8307d2c290a5627d7fc32753c /runtime/doc/terminal.txt | |
parent | 4f2f61a014e80217a2d6ac476c8f94e250a3d0ff (diff) | |
download | vim-git-2e693a88b24dc6b12883fad78ff2cb9cd4469c98.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r-- | runtime/doc/terminal.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index ab26631e2..fc5031dd4 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 |