Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: some more cleanup
- X-seq: zsh-workers 8651
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: some more cleanup
- Date: Tue, 16 Nov 1999 15:42:35 +0000
- In-reply-to: <199911161256.NAA01345@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199911161256.NAA01345@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Nov 16, 1:56pm, Sven Wischnowsky wrote:
} Subject: PATCH: some more cleanup
}
} diff -u -r oldcompletion/Builtins/_stat Completion/Builtins/_stat
} --- oldcompletion/Builtins/_stat Tue Nov 16 10:08:17 1999
} +++ Completion/Builtins/_stat Tue Nov 16 13:32:47 1999
} @@ -9,7 +9,7 @@
}
} while _tags; do
} _requested options expl 'inode element' &&
} - { ! _style elements prefix-needed || [[ "$PREFIX[1]" = + ]] } &&
} + { ! _style options prefix-needed || [[ "$PREFIX[1]" = + ]] } &&
} compadd "$expl[@]" - +device +inode +mode +nlink +uid +gid +rdev \
} +size +atime +mtime +ctime +blksize +block +link
} fi
This hunk failed for me. Here's a fragment of what I have; I see two
different lines, not one:
_requested elements expl 'inode element' &&
^^^^^^^^
{ ! _style elements prefix-needed || [[ "$PREFIX[1]" = + ]] } &&
^^^^^^^^
To apply by hand, just change both "elements" to "options".
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author