diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 8ac0d70ec6..10e8e188b3 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -259,7 +259,7 @@ Use |jobwait()| to check if the terminal job has finished: >vim let running = jobwait([&channel], 0)[0] == -1 < ============================================================================== -:Termdebug plugin *terminal-debug* *terminal-debugger* *package-termdebug* +:Termdebug *terminal-debug* *terminal-debugger* *package-termdebug* *termdebug* The Terminal debugging plugin can be used to debug a program with gdb and view the source code in a Vim window. Since this is completely contained inside