Exclude ex cmd from history and register.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 12 Dec 2014 23:12:17 +0000 (00:12 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 12 Dec 2014 23:12:17 +0000 (00:12 +0100)
commitbdf9bad0194bcb02ca46d3927a9161cca834bcfd
tree1f65c41086f34b507bb5f80ab747c0febe1c0b7a
parentf27527bc7602376e5eb01a6b30a55458247470cb
Exclude ex cmd from history and register.

If the commands are called with leading ':' or whitespace, the commands are
not written into history or last ex command register ":. This might be useful
if user intend to setup a form filler with over the fifo, to avoid the
credentials to be written unencrypted into vimb's history.
doc/vimb.1
src/ex.c