fixes: #15256
Signed-off-by: Christian Brabandt <cb@256bit.org>
-*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
*termdebug-starting*
Load the plugin with this command: >
packadd termdebug
+<When loading the plugin from the |.vimrc| file, add the "!" attribute: >
+ packadd! termdebug
< *:Termdebug*
To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the
command name, for example: >