mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
docs: misc
Co-authored-by: David Pedersen <limero@me.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Leo Schlosser <Leo.Schlosser@Student.HTW-Berlin.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@ -1294,7 +1294,7 @@ function M.gen(help_dir, to_dir, include, commit, parser_path)
|
||||
end, 'valid directory')
|
||||
vim.validate('to_dir', to_dir, 'string')
|
||||
vim.validate('include', include, 'table', true)
|
||||
vim.validate('commit', commit, 'sring', true)
|
||||
vim.validate('commit', commit, 'string', true)
|
||||
vim.validate('parser_path', parser_path, function(f)
|
||||
return vim.fn.filereadable(vim.fs.normalize(f)) == 1
|
||||
end, true, 'valid vimdoc.{so,dll} filepath')
|
||||
|
Reference in New Issue
Block a user