mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
* 19691: Completion/Unix/Type/_diff_options: Allow more than
one --exclude or -x to diff.
This commit is contained in:
parent
99b38b2f54
commit
43513b4288
@ -1,3 +1,8 @@
|
||||
2004-03-25 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 19691: Completion/Unix/Type/_diff_options: Allow more than
|
||||
one --exclude or -x to diff.
|
||||
|
||||
2004-03-25 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 19683: Src/utils.c: Work around occasional problem on
|
||||
|
@ -90,7 +90,7 @@ if _pick_variant -c $cmd gnu=GNU unix -v; then
|
||||
'(-N --new-file)'{-N,--new-file}'[treat absent files as empty]' \
|
||||
'(-P --unidirectional-new-file)'{-P,--unidirectional-new-file}'[treat absent first files as empty]' \
|
||||
'(-s --report-identical-files)'{-s,--report-identical-files}'[report when two files are the same]' \
|
||||
'(-x --exclude)'{-x+,--exclude=}'[exclude files matching pattern]:exclusion pattern' \
|
||||
\*{-x+,--exclude=}'[exclude files matching pattern]:exclusion pattern' \
|
||||
'(-X --exclude-from)'{-X+,--exclude-from=}'[exclude files matching pattern in file]:exclude file:_files' \
|
||||
'(-S --starting-file)'{-S+,--starting-file=}'[set first file in comparison]:start with file:_files' \
|
||||
'(--to-file)--from-file=[compare specified file to all operands]:from file:_files' \
|
||||
|
Loading…
Reference in New Issue
Block a user