diff options
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 2 |
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, |