summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/help.lua
AgeCommit message (Expand)AuthorFiles
2026-03-23fix(lua): drop support for boolean `buf` in `vim.keymap` #38432skewb1k1
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k1
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber1
2026-02-23refactor(gen): let Hugo build html docs #37972Yochem van Rosmalen1
2025-11-20fix(help): retry once if async parsing fails #36592Yochem van Rosmalen1
2025-10-13fix(help): only set url for help files in $VIMRUNTIME #36165Yochem van Rosmalen1
2025-10-12fix(help): wrong tag url in third-party help docs #36115Yochem van Rosmalen1
2025-09-15feat(help): gx opens help tag in web browser #35778Yochem van Rosmalen1
2025-03-19fix(runtime): gO always says "Help TOC" #32971Justin M. Keyes1
2025-03-18fix(help): remove runnable code virtual textChristian Clason1
2025-02-22fix(runtime): avoid E31 in ftplugin (#32578)phanium1
2025-02-22feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason1
2025-01-27docs(treesitter): fix TSNode:range() type signature #32224Riley Bruins1
2025-01-15fix(docs): replace `yxx` mappings with `g==` #31947Evgeni Chasnovski1
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2025-01-09feat(docs): "yxx" runs Lua/Vimscript code examples #31904Riley Bruins1
2024-09-27feat(defaults): pretty :help headings #30544Justin M. Keyes1
2024-09-23fix(runtime): treat b:undo_ftplugin consistently in Lua ftplugins (#30473)zeertzjq1
2024-07-03fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533)zeertzjq1
2024-07-01fix(runtime): update b:undo_ftplugin in Lua runtime files (#29529)zeertzjq1
2024-06-09feat(help): use treesitter for table of contentsChristian Clason1
2023-12-20docs: apply current colorscheme to default highlight groupsChristian Clason1
2023-12-03feat(treesitter): highlight help files by default (#26347)Christian Clason1
2023-09-08feat(runtime): highlight hl groups in syntax.txt (#25050)zeertzjq1