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

Re: Unexpected behavior for completion funcion _remote_files()



On Nov 3,  2:59pm, Daniel Shahaf wrote:
} Subject: Re: Unexpected behavior for completion funcion _remote_files()
}
} > +  [[ args[-1] = -- ]] && args[-1]=()

That's an obvious typo, it should be $args[-1] ...

Hardly seems worth sending a patch.



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