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 --- view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view.h') diff --git a/view.h b/view.h index da5cfb2..f763a21 100644 --- a/view.h +++ b/view.h @@ -99,6 +99,8 @@ const char *view_syntax_get(View*); void view_options_set(View*, enum UiOption options); enum UiOption view_options_get(View*); +void view_colorcolumn_set(View*, int col); +int view_colorcolumn_get(View*); /* A view can manage multiple cursors, one of which (the main cursor) is always * placed within the visible viewport. All functions named view_cursor_* operate -- cgit v1.2.3