diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-19 12:06:30 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-19 14:58:06 +0100 |
| commit | 0102293b417d2adc5c4eeff78a9d31f61c9dd6ff (patch) | |
| tree | eb0ba8e8f16b6097f363a44314272e1f6a76265b /sam.c | |
| parent | 42f04699d6df2d5b144533737a8f2f7e0814ad85 (diff) | |
| download | vis-0102293b417d2adc5c4eeff78a9d31f61c9dd6ff.tar.gz vis-0102293b417d2adc5c4eeff78a9d31f61c9dd6ff.tar.xz | |
Move :set theme option implementation to lua
Diffstat (limited to 'sam.c')
| -rw-r--r-- | sam.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -280,7 +280,6 @@ enum { OPTION_AUTOINDENT, OPTION_EXPANDTAB, OPTION_TABWIDTH, - OPTION_THEME, OPTION_SHOW_SPACES, OPTION_SHOW_TABS, OPTION_SHOW_NEWLINES, @@ -319,11 +318,6 @@ static const OptionDef options[] = { VIS_OPTION_TYPE_NUMBER, VIS_HELP("Number of spaces to display (and insert if `expandtab` is enabled) for a tab") }, - [OPTION_THEME] = { - { "theme" }, - VIS_OPTION_TYPE_STRING, - VIS_HELP("Color theme to use filename without extension") - }, [OPTION_SHOW_SPACES] = { { "show-spaces" }, VIS_OPTION_TYPE_BOOL|VIS_OPTION_NEED_WINDOW, |
