From 5a2543c1598a0cf97b8eca0573139c9c20d6c93a Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:22:02 +0100 Subject: docs: small fixes (#25831) Co-authored-by: Peter Aronoff --- scripts/gen_help_html.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/gen_help_html.lua') 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". -- cgit