diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2016-12-01 15:00:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 15:00:58 +0100 |
commit | d2e8c76dc22460ddfde80477dd93aab3d5866506 (patch) | |
tree | 4eb42bd2ae42fe8b683b3a4ea5ecb1b1a788183f /src/nvim/eval.h | |
parent | 5194e3bc458eaa43871398bacea01e2d8b30b7e6 (diff) | |
parent | df2ffe48ce71ec2653bd74a566a8f4ef585e1d55 (diff) | |
download | rneovim-d2e8c76dc22460ddfde80477dd93aab3d5866506.tar.gz rneovim-d2e8c76dc22460ddfde80477dd93aab3d5866506.tar.bz2 rneovim-d2e8c76dc22460ddfde80477dd93aab3d5866506.zip |
Merge PR #5651 from mhinz/vv/exitval
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 cc7827b801..630e309442 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -134,6 +134,7 @@ typedef enum { VV_TYPE_DICT, VV_TYPE_FLOAT, VV_TYPE_BOOL, + VV_EXITING, } VimVarIndex; /// All recognized msgpack types |