aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index c2b67cd12e..50c11011c6 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -53,7 +53,9 @@ EXTERN ufunc_T dumuf;
#define HIKEY2UF(p) ((ufunc_T *)(p - (dumuf.uf_name - (char_u *)&dumuf)))
#define HI2UF(hi) HIKEY2UF((hi)->hi_key)
-/* Defines for Vim variables. These must match vimvars[] in eval.c! */
+/// Defines for Vim variables
+///
+/// Order must match order in vimvars[] table in eval.c.
typedef enum {
VV_COUNT,
VV_COUNT1,