Don't block search and url history if not typed (#133).
authorDaniel Carl <danielcarl@gmx.de>
Sun, 7 Dec 2014 23:09:59 +0000 (00:09 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 7 Dec 2014 23:09:59 +0000 (00:09 +0100)
commit53ba6747f2d33c80f61ee81f07dde282dc825d29
tree491fa19f96157753dc9a4177247e72a2d21b947d
parent3a1519ac58c8c62c73eb72fbc657855f80ead19d
Don't block search and url history if not typed (#133).

If a command was not typed, it was not stored in history. But this is
irritating if there is a map that opens a URI. In this case the URI was not
written ti URL history, which feels wrong. So now only the ex command history
recording is blocked if the content was not typed by the user or where given
via vimb fifo.
src/history.c