Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Completion batch #3: Break _flags/_modes out of _chflags/_chmod



On Wed, Jan 3, 2018 at 2:13 PM, dana <dana@xxxxxxx> wrote:
> Moving on to more elaborate stuff:
>
> 1. Some of the new functions i was adding (to come in a subsequent batch) needed
>    to re-use the logic for file flags and modes from _chflags and _chmod,
>    respectively, so i broke those out into separate type functions called _flags
>    and _modes.

I wonder if it might be better to call these _fflags and _fmodes or
some such, since theoretically other things than files could have
flags and modes?



Messages sorted by: Reverse Date, Date, Thread, Author