mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
docs: add lua typing for vim.NIL
This commit is contained in:

committed by
Lewis Russell

parent
965dbd0e01
commit
4d91604c88
@@ -469,6 +469,7 @@ M.vars = {
|
||||
]=],
|
||||
},
|
||||
null = {
|
||||
type = 'vim.NIL',
|
||||
desc = [=[
|
||||
Special value used to put "null" in JSON and NIL in msgpack.
|
||||
See |json_encode()|. This value is converted to "v:null" when
|
||||
|
Reference in New Issue
Block a user