aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-19 23:05:54 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-11-08 13:37:23 +0100
commitcbc96c96d193829fc882c5b4d83c2006a232cfe6 (patch)
tree9997e3115dcf1dd5ce0af96b2f7f4bed6ffe7649 /ui.h
parent6eb3dbc60f054c81ef071c79b0f438cdd0bbb1f1 (diff)
downloadvis-cbc96c96d193829fc882c5b4d83c2006a232cfe6.tar.gz
vis-cbc96c96d193829fc882c5b4d83c2006a232cfe6.tar.xz
vis: implement :set colorcolumn
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 4efd79f..51f5ec3 100644
--- a/ui.h
+++ b/ui.h
@@ -31,6 +31,7 @@ enum UiStyles {
UI_STYLE_CURSOR_LINE,
UI_STYLE_SELECTION,
UI_STYLE_LINENUMBER,
+ UI_STYLE_COLOR_COLUMN,
UI_STYLE_MAX,
};