Vasily Tarasov <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] $ myfunc
> Press tab once:
> [EMAIL PROTECTED] $ myfunc qwe:o
> Press tab secondary:
> [EMAIL PROTECTED] $ myfunc qwe:qwe:o

You can work around this by removing : from $COMP_WORDBREAKS.  Ii
looks like a bug, since the : inserted by completion should probably
be backslah-escaped, but I don't know whether it would be bash or your
completion function that's responsible for adding the backslash.


paul


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to