From 34d512a677fe64e3e9aa59f0ee9f19c3c8226ee1 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 21 Sep 2016 23:03:14 +0200 Subject: 39370: complete -w and -K options to zle following the widget name and numeric base to integer --- Completion/Zsh/Command/_typeset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Command/_typeset') diff --git a/Completion/Zsh/Command/_typeset b/Completion/Zsh/Command/_typeset index 4e29c23e7..94f63cf7e 100644 --- a/Completion/Zsh/Command/_typeset +++ b/Completion/Zsh/Command/_typeset @@ -57,7 +57,7 @@ case ${service} in ;; integer) use="Hghilprtux" - allargs[i]='-i[specify arithmetic base for output]' \ + allargs[i]='-i+[specify arithmetic base for output]:: :_guard "[0-9]#" base' \ ;; readonly) use="${use/r/}" ;; local) use="${use/[fkz]/}" ;& -- cgit 1.4.1