From cbc96c96d193829fc882c5b4d83c2006a232cfe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 19 Oct 2015 23:05:54 +0200 Subject: vis: implement :set colorcolumn --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') 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, }; -- cgit v1.2.3