aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-03-01 02:25:15 +0300
committerZyX <kp-pav@yandex.ru>2016-04-18 02:48:20 +0300
commit6a35f2ac8bd7a3a0e8c9b988b85237424bc10e73 (patch)
tree85f051eb281ee06389fd7a84963b6c7cba8ac3aa /src/nvim/eval.h
parent942e0b338c9bff1dfdcb59e8308160449f1f38b4 (diff)
downloadrneovim-6a35f2ac8bd7a3a0e8c9b988b85237424bc10e73.tar.gz
rneovim-6a35f2ac8bd7a3a0e8c9b988b85237424bc10e73.tar.bz2
rneovim-6a35f2ac8bd7a3a0e8c9b988b85237424bc10e73.zip
eval: Do not break when VimVarIndex and vimvars order mismatches
Also makes sure that compiler will error out when new name is longer then vv_filler.
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index 9d45b780a9..f81eb5d063 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -52,8 +52,6 @@ EXTERN ufunc_T dumuf;
#define HI2UF(hi) HIKEY2UF((hi)->hi_key)
/// Defines for Vim variables
-///
-/// Order must match order in vimvars[] table in eval.c.
typedef enum {
VV_COUNT,
VV_COUNT1,