mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-22 00:21:27 +01:00
24527: a subset of the fixes from Mikael Magnusson in 24526.
This commit is contained in:
parent
351226cf6f
commit
07acd1d4f0
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-03 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24527: Completion/Unix/Command/_cut: a subset of the
|
||||
fixes from Mikael Magnusson in 24526.
|
||||
|
||||
2008-02-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 24524: Config/version.mk: increment version to 4.3.5-dev-0.
|
||||
|
|
|
@ -42,9 +42,10 @@ if _pick_variant gnu="Free Soft" unix --version; then
|
|||
'-n['$_cut_args[n]']' \
|
||||
'--complement['$_cut_args[complement]']' \
|
||||
'(--only-delimited -s)'{--only-delimited=,-s}'['$_cut_args[only-delimited]']' \
|
||||
'--output-delimiter['$_cut_args[output-delimiter]']' \
|
||||
'--output-delimiter=['$_cut_args[output-delimiter]']' \
|
||||
'--help['$_cut_args[help]']' \
|
||||
'--version['$_cut_args[version]']'
|
||||
'--version['$_cut_args[version]']' \
|
||||
'*:file:_files'
|
||||
else
|
||||
_arguments \
|
||||
'-b[list specifies byte positions]:list:' \
|
||||
|
|
Loading…
Reference in a new issue