aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-lua.h')
-rw-r--r--vis-lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-lua.h b/vis-lua.h
index 4aba4a4..54dbd62 100644
--- a/vis-lua.h
+++ b/vis-lua.h
@@ -35,7 +35,7 @@ void vis_lua_file_save_post(Vis*, File*, const char *path);
void vis_lua_file_close(Vis*, File*);
void vis_lua_win_open(Vis*, Win*);
void vis_lua_win_close(Vis*, Win*);
-void vis_lua_win_highlight(Vis*, Win*, size_t horizon);
+void vis_lua_win_highlight(Vis*, Win*);
bool vis_lua_win_syntax(Vis*, Win*, const char *syntax);
void vis_lua_win_status(Vis*, Win*);