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

Re: bash-like completion?



On Sep 26,  3:03pm, Bruce Stephens wrote:
} Subject: Re: bash-like completion?
}
} wsldanke@xxxxxxxxx said:
} > Is it possible to do this in a global manner? Using compctl or 
} > setopt, but not just for specific commands.
} 
} Yeah, this would be nice.  Presumably this is kind of related to the EQUALS 
} option, but for completion.
} 
} This would be nice for commands like make, too, where make variable 
} assignments are often filenames (not necessarily directory names, though).
} Or  can this be done easily already?

How about this:

	compctl -Tx 'N[1,=]' -f

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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