mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
eval: Get rid of VV_LEN constant
This commit is contained in:
@@ -54,7 +54,7 @@ EXTERN ufunc_T dumuf;
|
||||
#define HI2UF(hi) HIKEY2UF((hi)->hi_key)
|
||||
|
||||
/* Defines for Vim variables. These must match vimvars[] in eval.c! */
|
||||
enum {
|
||||
typedef enum {
|
||||
VV_COUNT,
|
||||
VV_COUNT1,
|
||||
VV_PREVCOUNT,
|
||||
@@ -125,8 +125,7 @@ enum {
|
||||
VV_TRUE,
|
||||
VV_NULL,
|
||||
VV_NONE,
|
||||
VV_LEN, ///< Number of v: variables
|
||||
};
|
||||
} VimVarIndex;
|
||||
|
||||
/// All recognized msgpack types
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user