Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(checkhealth): use "help" syntax, avoid tabpage #20879 | Justin M. Keyes | 2022-11-11 |
| | | | | | | | | | - If Nvim was just started, don't create a new tab. - Name the buffer "health://". - Use "help" syntax instead of "markdown". It fits better, and eliminates various workarounds. - Simplfy formatting, avoid visual noise. - Don't print a "INFO" status, it is noisy. - Drop the ":" after statuses, they are already UPPERCASE and highlighted. | ||
* | feat(checkhealth): check runtime ($VIMRUNTIME) | Justin M. Keyes | 2022-10-30 |
| | | | | | | Move man/health.lua into the "runtime" check. fix #20696 | ||
* | refactor(checkhealth): convert "nvim" check to Lua | Justin M. Keyes | 2022-10-30 |