Skip to content

Commit

Permalink
Merge pull request zsh-users#61 from sorin-ionescu/srm
Browse files Browse the repository at this point in the history
srm: allow more than one option per word.
  • Loading branch information
nicoulaj committed Sep 30, 2011
2 parents d46c34a + 959a68c commit defb020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _srm
Expand Up @@ -45,7 +45,7 @@ fi
local curcontext=$curcontext state line ret=1
declare -A opt_args

_arguments -C $opts \
_arguments -s -S -C $opts \
$args && ret=0

case $state in
Expand Down

0 comments on commit defb020

Please sign in to comment.