diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-09 08:25:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 08:25:08 -0400 |
commit | 8a1a256b44f7fe9f0d878d4d28d7f41f8157c4ea (patch) | |
tree | 5dec7bec10f87f7dc71ddf1d3c7cce4fe8beeb9e /src/nvim/eval.h | |
parent | 82ac44d01f0e92546f43c804595c14a139af77bd (diff) | |
parent | b35daa986f06f00939ddcf225a5efc59c26c418b (diff) | |
download | rneovim-8a1a256b44f7fe9f0d878d4d28d7f41f8157c4ea.tar.gz rneovim-8a1a256b44f7fe9f0d878d4d28d7f41f8157c4ea.tar.bz2 rneovim-8a1a256b44f7fe9f0d878d4d28d7f41f8157c4ea.zip |
Merge pull request #14326 from janlazo/vim-8.2.0623
vim-patch:8.2.{623,1822,2738}
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index c681660771..a62d87fcc4 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -158,6 +158,7 @@ typedef enum { // Neovim VV_STDERR, VV_MSGPACK_TYPES, + VV__NULL_STRING, // String with NULL value. For test purposes only. VV__NULL_LIST, // List with NULL value. For test purposes only. VV__NULL_DICT, // Dictionary with NULL value. For test purposes only. VV_LUA, |