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
Showing
Please
register
or
sign in
to comment