diff options
Diffstat (limited to 'scripts/gen_help_html.lua')
-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". |