docs: misc, remove some old help tags #40214

- Remove old help tags: they add noise to cmdline completion.

Co-authored-by: acehinnnqru <acehinnnqru@gmail.com>
Co-authored-by: KangaZero <samuelyongw@gmail.com>
Co-authored-by: Simone Ragusa <hi@interrato.dev>
Co-authored-by: Chinmay Dalal <~chinmay/public-inbox@lists.sr.ht>
Co-authored-by: coyaSONG <66289470+coyaSONG@users.noreply.github.com>
Co-authored-by: Olivia Kinnear <git@superatomic.dev>
This commit is contained in:
Justin M. Keyes
2026-07-18 04:29:51 -04:00
committed by GitHub
parent 1cb0bbe798
commit 446b9d8c55
23 changed files with 212 additions and 269 deletions

View File

@@ -1472,7 +1472,7 @@ function lsp.foldexpr(lnum)
return vim.lsp._folding_range.foldexpr(lnum)
end
--- Close all {kind} of folds in the the window with {winid}.
--- Close all {kind} of folds in the window with {winid}.
---
--- To automatically fold imports when opening a file, you can use an autocmd:
---