From 29f8d2488cfe86678e65e73c58e36d7c48a0e11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 21 May 2016 12:29:59 +0200 Subject: vis: consider :set horizon setting when syntax highlighting --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 5e80ce8..132cc18 100644 --- a/vis.h +++ b/vis.h @@ -33,7 +33,7 @@ typedef struct { void (*file_close)(Vis*, File*); void (*win_open)(Vis*, Win*); void (*win_close)(Vis*, Win*); - void (*win_highlight)(Vis*, Win*); + void (*win_highlight)(Vis*, Win*, size_t horizon); bool (*win_syntax)(Vis*, Win*, const char *syntax); } VisEvent; -- cgit v1.2.3