commit 3bbd646f59c8c894d5a32d54beed94f2391fb857
parent 095fb2abd8816736616f394e2a0302385684d483
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 19 Jan 2026 06:56:36 +0800
vim-patch:617bf46: runtime(doc): Tweak documentation style in {ft_context,terminal}.txt
closes: vim/vim#19199
https://github.com/vim/vim/commit/617bf466bb28674aaf5d585ac4db8d6ea3a86140
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
@@ -259,7 +259,8 @@ Use |jobwait()| to check if the terminal job has finished: >vim
let running = jobwait([&channel], 0)[0] == -1
<
==============================================================================
-:Termdebug *terminal-debug* *terminal-debugger* *package-termdebug* *termdebug*
+:Termdebug plugin *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