Added hinting mode to download links (#32).
authorDaniel Carl <danielcarl@gmx.de>
Fri, 7 Jun 2013 22:49:45 +0000 (00:49 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 7 Jun 2013 22:55:25 +0000 (00:55 +0200)
commitbf6289b8d42dbc334ab91450eaa0896d629c5361
tree1630d5f0159723af01b846f7d9cc4370fbe6b7ce
parenta010ec2eff63b399c917452c0b6379aa588b8373
Added hinting mode to download links (#32).

There is now a new hinting mode and command :hint-save to download the hinted
links into the configured download directory. This hinting is bound to the
keybinding ';s'.

Also the enums out of the command.c file where moved into the command.h file,
because they would be possible needed from other components that call commands
directly and not from their string representation.
doc/vimb.1.txt
src/command.c
src/command.h
src/config.h
src/hints.c
src/hints.h