mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 08:11:03 +02:00
unposted: fix typo in pattern
This commit is contained in:
parent
11075eff1b
commit
53da3d5725
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-01-16 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_fuser: fix typo in pattern
|
||||||
|
|
||||||
2011-01-13 Peter Stephenson <pws@csr.com>
|
2011-01-13 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* c.f. 28628: Doc/Zsh/func.yo: some extra notes on traps.
|
* c.f. 28628: Doc/Zsh/func.yo: some extra notes on traps.
|
||||||
|
@ -14110,5 +14114,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5182 $
|
* $Revision: 1.5183 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -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='#(i)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