]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Add hint how to load termdebug from vimrc
authorChristian Brabandt <cb@256bit.org>
Sun, 14 Jul 2024 08:41:08 +0000 (10:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 14 Jul 2024 08:41:08 +0000 (10:41 +0200)
fixes: #15256

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/terminal.txt

index 6bc980b432a96d0455c200489a31894cfdaab141..b6204b22dbef4805e697560669c103be94f4ac69 100644 (file)
@@ -1,4 +1,4 @@
-*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
@@ -1253,6 +1253,8 @@ Starting ~
                                                        *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: >