From: Christian Brabandt Date: Sun, 14 Jul 2024 08:41:08 +0000 (+0200) Subject: runtime(doc): Add hint how to load termdebug from vimrc X-Git-Tag: v9.1.0584~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27c55984def4c6ff7afc89958c90f6018c474b2c;p=thirdparty%2Fvim.git runtime(doc): Add hint how to load termdebug from vimrc fixes: #15256 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 6bc980b432..b6204b22db 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2024 Jul 04 +*terminal.txt* For Vim version 9.1. Last change: 2024 Jul 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1253,6 +1253,8 @@ Starting ~ *termdebug-starting* Load the plugin with this command: > packadd termdebug + + packadd! termdebug < *:Termdebug* To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the command name, for example: >