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

Re: patch for ssh completion



Mark Nipper wrote on Wed, Mar 29, 2017 at 18:11:01 -0500:
> 	I also wasn't sure if certain shell options should be
> assumed for these completion functions.  I am assuming MULTIOS in
> this particular example for the included file array to be read
> correctly.

Completions options are run with the options from ${_comp_options} (in
compinit) in effect; you need an explicit «setopt localoptions multios»
in this case.

(@workers feel free to review/apply the patch; I might if I have time,
but I can't promise)



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