mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Merge pull request #309 from superlukas/master
Replace non-breaking space with space
This commit is contained in:
@@ -161,7 +161,7 @@ case "$words[1]" in
|
||||
_wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;
|
||||
untap)
|
||||
_brew_installed_taps
|
||||
_wanted installed_taps expl 'installed taps' compadd -a installed_taps ;;
|
||||
_wanted installed_taps expl 'installed taps' compadd -a installed_taps ;;
|
||||
esac
|
||||
|
||||
# Local Variables:
|
||||
|
||||
Reference in New Issue
Block a user