mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 01:21:06 +00:00
Make gen_helptags.lua call help.lua instead of keeping its own tag parser. Builds and :helptags now use the same code. Allow the shared code to run without Neovim, and fail the build when tag generation reports an error. AI-assisted