aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/vvars.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/vvars.lua b/src/nvim/vvars.lua
index 6410df1a57..d6d6c85e97 100644
--- a/src/nvim/vvars.lua
+++ b/src/nvim/vvars.lua
@@ -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