Skip to content

Commit 536ee91

Browse files
brianhusterchrisbra
authored andcommitted
runtime(doc): add termdebug tag, remove term "floating window"
Problem: - When I type `:h termdebug`, I will expect to see the introduction of the termdebug plugin. But instead, it shows me document of `termdebug_wide`, and I have to scroll up quite much to find the introduction. - `:h popup` says `floating-window`? Why? As I have tried both features (of Vim and Neovim), I think they are _very different_ things, even more different than job features in Vim and Neovim. Solution: - In `:h terminal.txt`, add tag `*termdebug*` to the introduction of termdebug plugin. - In `:h popup.txt`, "floating window" -> "popup window". closes: #19135 Signed-off-by: Phạm Bình An <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 4ba3dad commit 536ee91

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

runtime/doc/popup.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
*popup.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*popup.txt* For Vim version 9.1. Last change: 2026 Jan 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
55

66

7-
Displaying text in a floating window. *popup* *popup-window* *popupwin*
7+
Displaying text in a popup window. *popup* *popup-window* *popupwin*
88

99

1010
1. Introduction |popup-intro|

runtime/doc/tags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10976,6 +10976,7 @@ termcap-cursor-shape term.txt /*termcap-cursor-shape*
1097610976
termcap-options term.txt /*termcap-options*
1097710977
termcap-title term.txt /*termcap-title*
1097810978
termda1-variable eval.txt /*termda1-variable*
10979+
termdebug terminal.txt /*termdebug*
1097910980
termdebug-commands terminal.txt /*termdebug-commands*
1098010981
termdebug-communication terminal.txt /*termdebug-communication*
1098110982
termdebug-customizing terminal.txt /*termdebug-customizing*

runtime/doc/terminal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2025 Nov 28
1+
*terminal.txt* For Vim version 9.1. Last change: 2026 Jan 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1263,7 +1263,7 @@ Alternatively, press "s" to swap the first and second dump. Do this several
12631263
times so that you can spot the difference in the context of the text.
12641264

12651265
==============================================================================
1266-
6. Debugging *terminal-debug* *terminal-debugger* *package-termdebug*
1266+
6. Debugging *terminal-debug* *terminal-debugger* *package-termdebug* *termdebug*
12671267

12681268
The Terminal debugging plugin can be used to debug a program with gdb and view
12691269
the source code in a Vim window. Since this is completely contained inside

0 commit comments

Comments
 (0)