mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 11:04:30 +00:00
fix(build): vimdoc tags are not validated #32801
Problem:
"make lintdoc" is not validating vimdoc (:help) tags.
Solution:
- Call `lang_tree:parse()` to init the parser.
- Load netrw 🤢 explicitly, since it was moved to `pack/dist/opt/`.
- Fix invalid help tags.
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -4640,7 +4640,7 @@ vim.go.pm = vim.go.patchmode
|
||||
--- ```
|
||||
--- - A directory name may end in a ':' or '/'.
|
||||
--- - Environment variables are expanded `:set_env`.
|
||||
--- - When using `netrw.vim` URLs can be used. For example, adding
|
||||
--- - When using `netrw` URLs can be used. For example, adding
|
||||
--- "https://www.vim.org" will make ":find index.html" work.
|
||||
--- - Search upwards and downwards in a directory tree using "*", "**" and
|
||||
--- ";". See `file-searching` for info and syntax.
|
||||
|
||||
Reference in New Issue
Block a user