commit 8b7c8a099464e8977e00f12829b1bf7334c097b0
parent f0eb855607f82026d8a32dffb3cdf59212694538
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun, 14 Jul 2024 18:15:50 +0800
vim-patch:27c5598: runtime(doc): Add hint how to load termdebug from vimrc (#29704)
fixes: vim/vim#15256
https://github.com/vim/vim/commit/27c55984def4c6ff7afc89958c90f6018c474b2c
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
@@ -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