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 --- sam.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sam.c') diff --git a/sam.c b/sam.c index db82845..105d7b2 100644 --- a/sam.c +++ b/sam.c @@ -287,7 +287,6 @@ enum { OPTION_NUMBER_RELATIVE, OPTION_CURSOR_LINE, OPTION_COLOR_COLUMN, - OPTION_HORIZON, OPTION_SAVE_METHOD, OPTION_CHANGE_256COLORS, }; @@ -353,11 +352,6 @@ static const OptionDef options[] = { VIS_OPTION_TYPE_NUMBER|VIS_OPTION_NEED_WINDOW, VIS_HELP("Highlight a fixed column") }, - [OPTION_HORIZON] = { - { "horizon" }, - VIS_OPTION_TYPE_NUMBER|VIS_OPTION_NEED_WINDOW, - VIS_HELP("Number of bytes to consider for syntax highlighting") - }, [OPTION_SAVE_METHOD] = { { "savemethod" }, VIS_OPTION_TYPE_STRING|VIS_OPTION_NEED_WINDOW, -- cgit v1.2.3