Skip to content

Commit

Permalink
feat(options): no error on hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 3, 2020
1 parent 44b3740 commit a25c7da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zsh-abbr.zsh
Expand Up @@ -590,9 +590,6 @@ _zsh_abbr() {
((number_opts++))
break
;;
"-"*)
util_error ": Unknown option '$opt'"
;;
esac
done

Expand Down

0 comments on commit a25c7da

Please sign in to comment.