From f295bba61f97ff0d3d43fcc156b78856f715ffad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 19 Mar 2017 12:29:13 +0100 Subject: Move :set horizon option implementaiton to lua --- vis-core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 386928e..f182e2a 100644 --- a/vis-core.h +++ b/vis-core.h @@ -148,7 +148,6 @@ struct Win { Win *parent; /* window which was active when showing the command prompt */ Mode *parent_mode; /* mode which was active when showing the command prompt */ char *lexer_name; /* corresponds to filename in lexers/ subdirectory */ - size_t horizon; /* max bytes to consider for syntax coloring before viewport */ Win *prev, *next; /* neighbouring windows */ }; -- cgit v1.2.3