mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-08 18:31:28 +01:00
Mikael Magnusson: 27204: remove stray curly brace.
This commit is contained in:
parent
805a11bddf
commit
4a2b5b9137
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2009-08-05 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Mikael Magnusson: 27204: Completion/Unix/Command/_patch:
|
||||
remove stray curly brace.
|
||||
|
||||
* 27208: Completion/Unix/Type_path_files: try to do the
|
||||
right thing when applying file-sort to extant glob qualifiers.
|
||||
|
||||
|
|
@ -12053,5 +12056,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4754 $
|
||||
* $Revision: 1.4755 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ if (( ! $+_patch_args )); then
|
|||
'* --patch-root=DIR *' '--patch-root=[restrict paths]:patch root:_files -/'
|
||||
|
||||
'* -U *' '(--unified-reject-files)-U[create unified reject files]'
|
||||
'* --unified-reject-files *' '(-U)--unified-reject-files}[create unified reject files]'
|
||||
'* --unified-reject-files *' '(-U)--unified-reject-files[create unified reject files]'
|
||||
'* --global-reject-file=file *' '--global-reject-file=[put all rejects into one file]:file:_files'
|
||||
)
|
||||
_patch_args=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue