Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(runtime): gO always says "Help TOC" #32971 | Justin M. Keyes | 2025-03-19 |
| | | | | | | | Problem: gO always says "Help TOC". Solution: Use a generic title instead. | ||
* | feat(treesitter): table of contents for checkhealth, markdown (#32282) | Christian Clason | 2025-02-22 |
Problem: It's difficult to navigate large structured text files (vim help, checkhealth, Markdown). Solution: Support `gO` for table of contents and `]]`/`[[` for moving between headings for all these filetypes using treesitter queries. Refactor: colorization of highlight groups is moved to the `help` ftplugin while headings-related functionality is implemented in a private `vim.treesitter` module for possible future use for other filetypes. |