1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

16849: shift off `-s' argument.

This commit is contained in:
Bart Schaefer 2002-03-17 18:03:06 +00:00
parent 35352d833b
commit d20d427572
2 changed files with 5 additions and 0 deletions

@ -1,3 +1,7 @@
2002-03-17 Bart Schaefer <schaefer@zsh.org>
* 16849: Completion/Base/Core/_dispatch: shift off `-s' argument.
2002-03-17 Clint Adams <clint@zsh.org>
* 16847: Completion/Unix/Command/_cvs: complete multiple -j's after

@ -7,6 +7,7 @@ local curcontext="$curcontext" service str noskip
if [[ "$1" = -s ]]; then
noskip=yes
shift
fi
[[ -z "$noskip" ]] && _compskip=