diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-03-09 10:27:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 10:27:28 -0700 |
| commit | 34a2bfdcc5ce03a1c8e2128cd1c3e7ab99755d12 (patch) | |
| tree | 70d05aff44f288fe46121c83431137b58cd7d9b5 /src/nvim | |
| parent | 903242f160faff5f7e3b9ae1a5273ac75a55ed6b (diff) | |
| download | rneovim-34a2bfdcc5ce03a1c8e2128cd1c3e7ab99755d12.tar.gz rneovim-34a2bfdcc5ce03a1c8e2128cd1c3e7ab99755d12.tar.bz2 rneovim-34a2bfdcc5ce03a1c8e2128cd1c3e7ab99755d12.zip | |
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.
Diffstat (limited to 'src/nvim')
| -rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 66244a64ac..49de8b92ef 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -6236,7 +6236,7 @@ local options = { set path=,, < - 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. |