mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -70,7 +70,7 @@ typedef struct lval_S {
|
||||
typedef enum {
|
||||
VAR_FLAVOUR_DEFAULT = 1, // doesn't start with uppercase
|
||||
VAR_FLAVOUR_SESSION = 2, // starts with uppercase, some lower
|
||||
VAR_FLAVOUR_SHADA = 4 // all uppercase
|
||||
VAR_FLAVOUR_SHADA = 4, // all uppercase
|
||||
} var_flavour_T;
|
||||
|
||||
/// Defines for Vim variables
|
||||
|
Reference in New Issue
Block a user