diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-03 00:22:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 07:22:02 +0800 |
commit | 5a2543c1598a0cf97b8eca0573139c9c20d6c93a (patch) | |
tree | 22e143761a4ca603d0dc2c5518427f0904e9223b /scripts | |
parent | c1a05f61122de6e4b78371b8bfc08914eccffed5 (diff) | |
download | rneovim-5a2543c1598a0cf97b8eca0573139c9c20d6c93a.tar.gz rneovim-5a2543c1598a0cf97b8eca0573139c9c20d6c93a.tar.bz2 rneovim-5a2543c1598a0cf97b8eca0573139c9c20d6c93a.zip |
docs: small fixes (#25831)
Co-authored-by: Peter Aronoff <peter@aronoff.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gen_help_html.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index c8e004e2ab..633207e018 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -60,18 +60,10 @@ local new_layout = { -- TODO: These known invalid |links| require an update to the relevant docs. local exclude_invalid = { - ["'previewpopup'"] = "quickref.txt", - ["'pvp'"] = "quickref.txt", ["'string'"] = "eval.txt", Query = 'treesitter.txt', - ['eq?'] = 'treesitter.txt', matchit = 'vim_diff.txt', - ['matchit.txt'] = 'help.txt', ["set!"] = "treesitter.txt", - ['v:_null_blob'] = 'builtin.txt', - ['v:_null_dict'] = 'builtin.txt', - ['v:_null_list'] = 'builtin.txt', - ['v:_null_string'] = 'builtin.txt', } -- False-positive "invalid URLs". |