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

Re: [patch] Completions for cu, fw_update, and rcctl



On Tue, Jan 12, 2016 at 10:58:53PM -0600, Matthew Martin wrote:
> diff --git a/Completion/Unix/Command/_joe b/Completion/Unix/Command/_joe
> index 96ad0a4..7ac85df 100644
> --- a/Completion/Unix/Command/_joe
> +++ b/Completion/Unix/Command/_joe
> @@ -3,7 +3,7 @@
>  _arguments \
>    '-asis[characters with codes >127 will be displayed non-inverted]' \
>    '-backpath[backup file directory]:backup file directory:_files -/' \
> -  '-baud[inserts delays for baud rates below 19200]:baud rate:(57600 38400 19200 9600 4800 2400 1200 300)' \
> +  '-baud[inserts delays for baud rates below 19200]:baud rate:_tty_speed' \

This should of course be _tty_speeds with the s. Sorry for the noise.

>    '-beep[beep on command errors or when cursor goes past extremes]' \
>    '-columns[sets the number of screen columns]:num of columns' \
>    '-csmode[continued search mode]' \



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