Ticket #3124: really escape Zsh history
commit72544cec5faecc7389431bb19a903bf5f04a820f
authorIgor Urazov <z0rc3r@gmail.com>
Mon, 16 Dec 2013 20:06:01 +0000 (16 22:06 +0200)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 4 Jan 2014 12:22:38 +0000 (4 16:22 +0400)
treebe034b3e0739ebf8db65f743f575a32ee980c354
parentdcedeaba1a93b7af2627fb4bd614d7f2d54808f2
Ticket #3124: really escape Zsh history

Per Zsh documentation last command prefixed with space lingers in the
internal history until the next command is entered before it vanishes.
To make it vanish right away, type a space and press return.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/subshell.c