From 8b7c8a099464e8977e00f12829b1bf7334c097b0 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 14 Jul 2024 18:15:50 +0800 Subject: 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 --- runtime/doc/nvim_terminal_emulator.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') 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 -- cgit