diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-21 12:29:59 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-22 00:05:30 +0200 |
| commit | 29f8d2488cfe86678e65e73c58e36d7c48a0e11b (patch) | |
| tree | bc58ec4a206c1a5d393a67837acb5ea1cce02193 /view.h | |
| parent | b36ddb65334b4de406304786abfbde85b1e9a4e4 (diff) | |
| download | vis-29f8d2488cfe86678e65e73c58e36d7c48a0e11b.tar.gz vis-29f8d2488cfe86678e65e73c58e36d7c48a0e11b.tar.xz | |
vis: consider :set horizon setting when syntax highlighting
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -95,8 +95,6 @@ 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*); -void view_horizon_set(View*, size_t bytes); -size_t view_horizon_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 |
