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

Re: other things i miss in zsh ...



On Fri, Jan 30, 2009 at 09:51, Marc Chantreux <khatar@xxxxxxxxx> wrote:

> - a strict mode that failed to use undeclared (or unexported) variables
> - a warning mode that produces an error message when undefined variable is
>  used
> - a mechanism to avoid command completions for some patterns: i would

You are thinking of perl's

use strict;
use warnings;

I presume. Neat idea! Especially if it fails with a verbose error message
automagically.


Richard



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