aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-07-14 18:15:50 +0800
committerGitHub <noreply@github.com>2024-07-14 18:15:50 +0800
commit8b7c8a099464e8977e00f12829b1bf7334c097b0 (patch)
treedf46dddbb6d1f16aec6a7340614751d163404a4c
parentf0eb855607f82026d8a32dffb3cdf59212694538 (diff)
downloadrneovim-8b7c8a099464e8977e00f12829b1bf7334c097b0.tar.gz
rneovim-8b7c8a099464e8977e00f12829b1bf7334c097b0.tar.bz2
rneovim-8b7c8a099464e8977e00f12829b1bf7334c097b0.zip
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>
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index 5b728078eb..10658ff4ff 100644
--- 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