*: Fix linter errors

This commit is contained in:
ZyX
2016-02-06 03:14:10 +03:00
parent 6167ce6df2
commit 33778c36cc
4 changed files with 41 additions and 32 deletions

View File

@@ -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,