mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: add wiki FAQ to the runtime documentation (#26539)
Problem: Wiki contents are not discoverable and hard to maintain. Solution: Move FAQ to runtime docs. Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
@ -80,6 +80,7 @@ local exclude_invalid_urls = {
|
||||
['http://wiki.services.openoffice.org/wiki/Dictionaries'] = 'spell.txt',
|
||||
['http://www.adapower.com'] = 'ft_ada.txt',
|
||||
['http://www.jclark.com/'] = 'quickfix.txt',
|
||||
['http://oldblog.antirez.com/post/redis-and-scripting.html'] = 'faq.txt',
|
||||
}
|
||||
|
||||
-- Deprecated, brain-damaged files that I don't care about.
|
||||
|
Reference in New Issue
Block a user