aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 414f1a6fc5..5c1e3af015 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -94,7 +94,8 @@ typedef uint64_t disptick_T; // display tick type
#include "nvim/terminal.h"
typedef enum {
- kColorcolBehind = 1
+ kColorcolBehind = 1,
+ kColorcolForeground = 2,
} colorcol_flags_T;
// Structure to define data associated with a colorcolumn.