Changed :?map commands to act like in vim.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 13 Jun 2013 21:56:16 +0000 (23:56 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 13 Jun 2013 21:56:16 +0000 (23:56 +0200)
commitfbdb3249e4e86d02b5b131c56b32cb7b68b43dd9
treefa50f155e633615124d4321043920c74e19a1612
parent5f2235b45d9afc8906c96e18e0d11dc422754dcb
Changed :?map commands to act like in vim.

If a key sequence is added that already where bound to a command, the previous
keybinding will be removed before the new keybinding is created.
doc/vimb.1.txt
src/keybind.c