]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): add termdebug tag, remove term "floating window"
authorPhạm Bình An <phambinhanctb2004@gmail.com>
Thu, 8 Jan 2026 19:35:38 +0000 (19:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 8 Jan 2026 19:35:38 +0000 (19:35 +0000)
commit536ee9118901d66f8f15bf40e7f1dc980f5ca2d5
treee8486e9458d5d18451675367255d1c01782f0018
parent4ba3dadd6872bd62a337b8ca302c217def2bb487
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 <phambinhanctb2004@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/popup.txt
runtime/doc/tags
runtime/doc/terminal.txt