Removed vb_set_mode from the commands.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 14 Jun 2013 07:26:45 +0000 (09:26 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 14 Jun 2013 07:27:13 +0000 (09:27 +0200)
commit97a0fac8fba6fbb958ef3fe20a583f1913b4d1f9
treef1ddbef8e7954a7952dd01dde5ea389a9cc2d17c
parenteff2eae1bf2f8faaf633f2e0795f221a97b33cc9
Removed vb_set_mode from the commands.

This mode switching is only used if the commands are called from inputbox most
of the time and not if called via keybindings. So we can skip the function
calls for keybinds and do it in command_run_string instead.
src/command.c