summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 25a438f72..525289cb7 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -3725,6 +3725,14 @@ typedef enum {
CDSCOPE_WINDOW // :lcd
} cdscope_T;
+// Variable flavor
+typedef enum
+{
+ VAR_FLAVOUR_DEFAULT, /* doesn't start with uppercase */
+ VAR_FLAVOUR_SESSION, /* starts with uppercase, some lower */
+ VAR_FLAVOUR_VIMINFO /* all uppercase */
+} var_flavour_T;
+
// argument for mouse_find_win()
typedef enum {
IGNORE_POPUP, // only check non-popup windows