diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-22 22:36:00 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-22 22:36:00 +0200 |
| commit | 5ae02ee68bd4df690d7ebcd6c8a0eb36fcf71835 (patch) | |
| tree | bfeb2fb4cf4a70e734151d0c1c8c47e80f9242df /config.def.h | |
| parent | 4f2f5a35cc1fa962e9581ffd04e888419ec1e3f5 (diff) | |
| download | vis-5ae02ee68bd4df690d7ebcd6c8a0eb36fcf71835.tar.gz vis-5ae02ee68bd4df690d7ebcd6c8a0eb36fcf71835.tar.xz | |
vis: refactor startup code
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h index 64108f7..64d3648 100644 --- a/config.def.h +++ b/config.def.h @@ -1512,11 +1512,6 @@ static Mode vis_modes[] = { }, }; -/* null terminated default settings/commands executed once on editor startup */ -static const char *settings[] = { - NULL -}; - /* Color definitions for use in the sytax highlighting rules below. A fore * or background color of -1 specifies the default terminal color. */ enum { |
