RE: [PATCH] zsh completion: 5.0.3 compat, use emulate

2014-04-30 Thread Felipe Contreras
Phil Pennock wrote: The bash completion pulled into zsh was being pulled in _as_ zsh, but used patterns which relied on falling through as unhandled. In zsh 5.0.3 this no longer works, resulting in: __git_complete_remote_or_refspec:33: bad pattern: +* Fix by telling zsh to emulate sh

RE: [PATCH] zsh completion: 5.0.3 compat, use emulate

2014-04-30 Thread Felipe Contreras
Felipe Contreras wrote: Phil Pennock wrote: The bash completion pulled into zsh was being pulled in _as_ zsh, but used patterns which relied on falling through as unhandled. In zsh 5.0.3 this no longer works, resulting in: __git_complete_remote_or_refspec:33: bad pattern: +*

Re: [PATCH] zsh completion: 5.0.3 compat, use emulate

2014-04-30 Thread Phil Pennock
On 2014-04-30 at 05:00 -0500, Felipe Contreras wrote: Felipe Contreras wrote: Phil Pennock wrote: The bash completion pulled into zsh was being pulled in _as_ zsh, but used patterns which relied on falling through as unhandled. In zsh 5.0.3 this no longer works, resulting in:

[PATCH] zsh completion: 5.0.3 compat, use emulate

2013-12-16 Thread Phil Pennock
The bash completion pulled into zsh was being pulled in _as_ zsh, but used patterns which relied on falling through as unhandled. In zsh 5.0.3 this no longer works, resulting in: __git_complete_remote_or_refspec:33: bad pattern: +* Fix by telling zsh to emulate sh while sourcing the bash