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

Re: More about ksh_glob and completion



On Sun, Apr 29, 2001 at 06:30:22 +0000, Bart Schaefer wrote:

> And further, the completion system didn't turn off kshglob.  It should.  See
> if this doesn't fix you up, Andre.
> 
> Index: Completion/compinit
> ===================================================================
> --- Completion/compinit	2001/04/09 20:14:08	1.1.1.1
> +++ Completion/compinit	2001/04/29 18:14:05
> @@ -134,6 +134,7 @@
>      NO_globsubst
>      NO_shwordsplit
>      NO_shglob
> +    NO_kshglob

that worked very nicely.  (although i just unsetopt'ed kshglob
in my .zshrc before this official patch came out, and that
worked fine too.)

never ceases to amaze me how quickly you guys fix stuff / get
zsh to make coffee and cure the common cold ... thanks!


-- 
#ozone/algorithm <ozone@xxxxxxxxxxxxxxxx>          - trust.in.love.to.save



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