diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-22 21:30:53 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-22 21:30:53 +0200 |
| commit | 78a253888eede22bba3fa549680cf0bb59d0928b (patch) | |
| tree | da19b5090818c44ecb09a26de82c7e6cc6066b41 /config.def.h | |
| parent | 4d072a37d75b3d26425fcc4b5cfcf1d67bab0658 (diff) | |
| download | vis-78a253888eede22bba3fa549680cf0bb59d0928b.tar.gz vis-78a253888eede22bba3fa549680cf0bb59d0928b.tar.xz | |
vis: remove config selection based on argv[0]
I would still like to experiment with a busybox style editor
multiplexer which behaves like vi(m), emacs or nano depending
on argv[0].
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config.def.h b/config.def.h index 9ba2e5b..64108f7 100644 --- a/config.def.h +++ b/config.def.h @@ -1512,19 +1512,6 @@ static Mode vis_modes[] = { }, }; -/* list of vis configurations, first entry is default. name is matched with - * argv[0] i.e. program name upon execution - */ -static Config editors[] = { - { - .name = "vis", - .mode = &vis_modes[VIS_MODE_NORMAL], - }, -}; - -/* default editor configuration to use */ -static Config *config = &editors[0]; - /* null terminated default settings/commands executed once on editor startup */ static const char *settings[] = { NULL |
