vim-patch:27c5598: runtime(doc): Add hint how to load termdebug from vimrc (#29704)

fixes: vim/vim#15256

27c55984de

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2024-07-14 18:15:50 +08:00 committed by GitHub
parent f0eb855607
commit 8b7c8a0994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,6 +213,8 @@ Starting ~
*termdebug-starting*
Load the plugin with this command: >vim
packadd termdebug
When loading the plugin from the |vimrc| file, add the "!" attribute: >vim
packadd! termdebug
< *:Termdebug*
To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the
command name, for example: >vim