mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
fix(docs): ignore_invalid #24174
Regex bug in scripts/gen_help_html.lua:ignore_invalid()
This commit is contained in:
@@ -293,7 +293,7 @@ local function ignore_invalid(s)
|
||||
-- Strings like |~/====| appear in various places and the parser thinks they are links, but they
|
||||
-- are just table borders.
|
||||
or s:find('===')
|
||||
or s:find('---')
|
||||
or s:find('%-%-%-')
|
||||
)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user