mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 23:11:11 +02:00
28548: match psmisc in any case.
This commit is contained in:
parent
bc1a12f91e
commit
24622be01c
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-12-25 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 28548: Completion/Unix/Command/_fuser: match psmisc in any case.
|
||||||
|
|
||||||
2010-12-21 Barton E. Schaefer <schaefer@zsh.org>
|
2010-12-21 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* users/15662: Src/params.c: fix array slice assignment with one
|
* users/15662: Src/params.c: fix array slice assignment with one
|
||||||
|
@ -14031,5 +14035,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5166 $
|
* $Revision: 1.5167 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
local -a args arg1
|
local -a args arg1
|
||||||
typeset -A opt_args
|
typeset -A opt_args
|
||||||
|
|
||||||
if _pick_variant -c $words[1] psmisc=psmisc unix -V; then
|
if _pick_variant -c $words[1] psmisc='#(i)psmisc' unix -V; then
|
||||||
|
|
||||||
(( $+functions[_fuser_services] )) ||
|
(( $+functions[_fuser_services] )) ||
|
||||||
_fuser_services() {
|
_fuser_services() {
|
||||||
|
|
Loading…
Reference in a new issue