Use a '=' to seperate the kebind and the command for *map command.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 29 Dec 2012 14:50:23 +0000 (15:50 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 29 Dec 2012 14:50:23 +0000 (15:50 +0100)
commit85a5b76aeedff2376200011b7e449bfbbe4fd378
tree1dcee51ab8989d0aa7f9b8e4dee11f019293579b
parent2cf4b2f18ef38d66982002bd16a2c8e885f44426
Use a '=' to seperate the kebind and the command for *map command.

This changed makes the commands format more generic for all commands. From the
point of view of the command, there is no difference between the set command
and the various *map commands. Now we use the following format for all
commands:

[count]command[ param1[=value1]].

This will make the commands easier to use and learn and will make our lives
easier in later implementations. For example would be the parsing of
[count] command[ param1=[value1] param2 param3[=value3]] easy.
doc/config
src/config.h
src/keybind.c