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 dfcbb28c69..5ae6f55ad8 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.