Hi Attached patch fixes 2 typos in terminal.txt.
Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 2a1972c..58ea343 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -370,7 +370,7 @@ Starting ~ Load the plugin with this command: > packadd termdebug < *:Termdebug* -To start debugging use `:TermDebug` folowed by the command name, for example: > +To start debugging use `:Termdebug` followed by the command name, for example: > :Termdebug vim This opens two windows:
