From 3f3125ee103401cf561b38b00f9b34187b8d6a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 11 Apr 2015 10:31:28 +0200 Subject: Eliminate global state for :set options --- editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor.h') diff --git a/editor.h b/editor.h index dd242ec..771f8f8 100644 --- a/editor.h +++ b/editor.h @@ -122,6 +122,7 @@ struct Editor { bool expandtab; /* whether typed tabs should be converted to spaces */ bool autoindent; /* whether indentation should be copied from previous line on newline */ Map *cmds; /* ":"-commands, used for unique prefix queries */ + Map *options; /* ":set"-options */ }; Editor *editor_new(Ui*); -- cgit v1.2.3