mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
*: Fix linter errors
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user