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-cmds.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'vis-cmds.c') diff --git a/vis-cmds.c b/vis-cmds.c index 6c54fe2..3ee782d 100644 --- a/vis-cmds.c +++ b/vis-cmds.c @@ -313,9 +313,6 @@ static bool cmd_set(Vis *vis, Win *win, Command *cmd, const char *argv[], Cursor case OPTION_COLOR_COLUMN: view_colorcolumn_set(win->view, arg.i); break; - case OPTION_HORIZON: - win->horizon = arg.i; - break; case OPTION_SAVE_METHOD: if (strcmp("auto", arg.s) == 0) { win->file->save_method = TEXT_SAVE_AUTO; -- cgit v1.2.3