On Tue, Dec 30, 2008 at 1:49 AM, Martin Bähr
<mba...@email.archlab.tuwien.ac.at> wrote:
> i can confirm this. and it is worse:
> type a searchterm like ls
> <UpArrow>
> (previous command containing ls)
> <control-c>
> <UpArrow>
> (second-to-previous command containing ls)

Oh!  I also see this.  Steps to reproduce:

# fill command history with stuff:
ls foo
echo "bar"
ls baz

# reproduce
ls <UpArrow>
(displays ls baz)
control-c
(empties the line)
<UpArrow>
(displays ls foo)

------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to