diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-19 23:05:54 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 13:37:23 +0100 |
| commit | cbc96c96d193829fc882c5b4d83c2006a232cfe6 (patch) | |
| tree | 9997e3115dcf1dd5ce0af96b2f7f4bed6ffe7649 /view.h | |
| parent | 6eb3dbc60f054c81ef071c79b0f438cdd0bbb1f1 (diff) | |
| download | vis-cbc96c96d193829fc882c5b4d83c2006a232cfe6.tar.gz vis-cbc96c96d193829fc882c5b4d83c2006a232cfe6.tar.xz | |
vis: implement :set colorcolumn
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
