diff options
author | ZyX <kp-pav@yandex.ru> | 2016-02-06 02:46:23 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2016-04-18 02:45:49 +0300 |
commit | 6167ce6df2753d5474ad49aea19f5957128ab015 (patch) | |
tree | 525c160abf96abf5eae58a6bcfab46ae4d6cd728 /src/nvim/eval.h | |
parent | a3b87fc19b652065d96cec8f571d3245f1fc2446 (diff) | |
download | rneovim-6167ce6df2753d5474ad49aea19f5957128ab015.tar.gz rneovim-6167ce6df2753d5474ad49aea19f5957128ab015.tar.bz2 rneovim-6167ce6df2753d5474ad49aea19f5957128ab015.zip |
eval: Remove v:none
To get v:none back just rever this commit. This will not make json*() functions
compatible with Vim though.
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 40111abf8d..c2b67cd12e 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -124,7 +124,6 @@ typedef enum { VV_FALSE, VV_TRUE, VV_NULL, - VV_NONE, } VimVarIndex; /// All recognized msgpack types |