Allow to see the value of settings.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 30 Dec 2012 15:50:32 +0000 (16:50 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 30 Dec 2012 15:50:32 +0000 (16:50 +0100)
commitb5bd438da8b64fb0d705b83615d80cb4b49b54ad
tree1fdc5043c2a4dd36f162425c94e267786e15011b
parentef0e83e2b66b029e708c243c84e21320dd8d46b2
Allow to see the value of settings.

The 'set' command allows to print the current values to the input box. To see
the value of a variable, use ':set config-name?' like it is done in vim.
src/command.c
src/main.h
src/setting.c
src/setting.h
src/util.c