On Mon, Nov 23, 2009 at 12:11 AM, Philip Guenther <guent...@gmail.com> wrote: > On Sat, Nov 21, 2009 at 9:21 PM, patrick keshishian <sids...@boxsoft.com> > wrote: >> On Sat, Nov 21, 2009 at 09:15:17PM -0800, patrick keshishian wrote: >>> I wonder if included patch is a correct fix for the following >>> "glitch" I'm seeing with ksh in `set -o vi' mode: >>> >>> Demonstration of "glitch": >>> B B B $ touch a.c a.h >>> B B B $ ls a.<TAB><RETURN> >>> B B B ls: a.: No such file or directory >>> B B B $ <TAB> >>> B B B a.c B a.h >>> B B B $ > I *think* you're saying that it's continuing to do completion of the > "a." prefix when you hit tab, even after you've hit enter and are > sitting at a fresh prompt. B Is that the behavior you're trying to > report? B If so, I'm unable to reproduce that on -current, i386, > neither at the console, in an xterm, in screen in an xterm, nor in > tmux in an xterm. B Could you confirm the problem behavior and describe > where you're experiencing it?
I can reproduce this behavior both in an xterm and from a console on 4.6-release on i386.