mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: small fixes (#25831)
Co-authored-by: Peter Aronoff <peter@aronoff.org>
This commit is contained in:
@ -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".
|
||||
|
Reference in New Issue
Block a user