diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-08-11 18:00:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-08-11 18:00:22 +0200 |
commit | d473c8c101262702ea9eeb14907ee20a786942b2 (patch) | |
tree | 2837d2cd3d597959693ae8ffc8d0dd686c425f75 /runtime/doc/terminal.txt | |
parent | f53c692240851f71b930e80a0b0b5d4cfcc1b4a3 (diff) | |
download | vim-git-d473c8c101262702ea9eeb14907ee20a786942b2.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r-- | runtime/doc/terminal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index f9fc0ee5e..7bdef4829 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -635,7 +635,7 @@ Starting ~ Load the plugin with this command: > packadd termdebug < *:Termdebug* -To start debugging use `:Termdebug` or `:TermdebugCommand`` followed by the +To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the command name, for example: > :Termdebug vim |