Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: yet another match-spec-cursor bug



Sven Wischnowsky wrote:
>With partial word matching and matches like `c6.yo' and `c6.yo.old',
>the cursor was left on the dot. Caused by a thinko in the code that
>marks the cline structs to say in which of them characters were
>missing.

I'm seeing a similar problem with the latest code.  I have a directory with
only three files named build.out{,1,2} and sometimes I see incorrect behavior
with completion.

If I try completing "bui", I sometimes get only "build" or more often I get the
following sequence from hitting tab:
   bui --> build.out[] --> build[.]out --> build.out[] --> build.out1[]
         --> build.out2[]
The cursor jumps back from the end to the dot, and then back to the end with
normal behavior.

-FR


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/



Messages sorted by: Reverse Date, Date, Thread, Author