docs: add lua typing for vim.NIL

This commit is contained in:
Jongwook Choi
2024-01-14 22:37:07 -05:00
committed by Lewis Russell
parent 965dbd0e01
commit 4d91604c88
5 changed files with 13 additions and 4 deletions

View File

@@ -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