mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
unused macros: Remove a five unused macros. (#13517)
Removes: - GET_CHARTAB - PRT_PS_DEFAULT_BUFFER_SIZE - key_t - PROP_MASK - SCTX_INIT Referring #13505.
This commit is contained in:
@@ -206,7 +206,6 @@ typedef struct vimoption {
|
||||
// local option: indirect option index
|
||||
char_u *def_val[2]; // default values for variable (vi and vim)
|
||||
LastSet last_set; // script in which the option was last set
|
||||
# define SCTX_INIT , { 0, 0, 0 }
|
||||
} vimoption_T;
|
||||
|
||||
#define VI_DEFAULT 0 // def_val[VI_DEFAULT] is Vi default value
|
||||
|
Reference in New Issue
Block a user