Added basic completion of settings.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 11 Nov 2012 17:22:08 +0000 (18:22 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 11 Nov 2012 17:25:39 +0000 (18:25 +0100)
commit31f6ea0eb61ad76ea4b78e3f3c3d4d7436d24a45
treee4abcd44ecbe8017e3d4e89ff67d76104c8e3dbc
parentafc2127339c7e9c306e1ab2c1d6a9a76fea3e670
Added basic completion of settings.

For the moment we have to type :set and can complete from this the settings,
but it would be a better solution to complete first the command and add a
space and type TAB to complete the settings.
src/completion.c
src/completion.h
src/keybind.c
src/main.c
src/main.h
src/setting.c