Files
kubernetes/pkg/kubectl/cmd
elipapa 136c90a7bf solving unknown file attribute error while sourcing completions
sourcing the file with `zsh` > 4 resulted in an `unknown file attribute`.
More details at http://stackoverflow.com/questions/37220495/zsh-unknown-file-attribute

replacing $@ with $* for get_comp_words
as suggested by @sttts worked to resolve the issue
2017-02-24 16:29:41 +00:00
..
2017-02-24 16:18:22 +08:00
2017-02-17 17:40:37 -05:00
2017-02-22 09:27:42 -05:00