Added return values to all commands.
[vimb.git] / src / command.h
2012-10-27 Daniel CarlAdded return values to all commands.
2012-10-20 Daniel CarlAllow setting and removing keybindings from string.
2012-10-16 Daniel CarlAdded command to open url.
2012-10-14 Daniel CarlAdded possibility to run commands from inputbox.
2012-10-03 Daniel CarlAdded some more commands with keybinds.
2012-10-03 Daniel CarlRemoved unneeded function to parse commands from strings.
2012-10-01 Daniel CarlReplaces GArray param from commands with Arg.
2012-09-30 Daniel CarlStart of project.