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:
parent
35352d833b
commit
d20d427572
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user