mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: fix type of vim.validate value
This commit is contained in:
committed by
Lewis Russell
parent
30726c778c
commit
3bb2d02759
@ -1013,7 +1013,7 @@ do
|
||||
--- best performance.
|
||||
---
|
||||
--- @param name string Argument name
|
||||
--- @param value string Argument value
|
||||
--- @param value any Argument value
|
||||
--- @param validator vim.validate.Validator
|
||||
--- - (`string|string[]`): Any value that can be returned from |lua-type()| in addition to
|
||||
--- `'callable'`: `'boolean'`, `'callable'`, `'function'`, `'nil'`, `'number'`, `'string'`, `'table'`,
|
||||
|
Reference in New Issue
Block a user