Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Incorrect use of "expl" ?



Thanks for digging through all these, Oliver.  One question --

On Apr 13,  5:44pm, Oliver Kiddle wrote:
}
} diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit

Two hunks like this:

} -      _wanted -V "unapplied patches" expl "patch" \
} +      _wanted -V unapplied-patches expl "patch" \

But then:

} @@ -36,7 +36,7 @@ else
}        last_word="$words[$CURRENT-1]"
}        refresh_patch_options=( -p --patch )
}        if [[ -n ${refresh_patch_options[(r)$last_word]} ]]; then
} -	_wanted -V "applied patches" expl "patch" \
} +	_wanted -V applied-patch expl "patch" \
}  	  compadd ${${(M)${(f)"$(stg series 2> /dev/null)"}##[+>] *}#[+>] } \
}  		  && ret=0
}        else

Should that be "applied-patches" in the third hunk as well?



Messages sorted by: Reverse Date, Date, Thread, Author