Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: More about ksh_glob and completion
- X-seq: zsh-users 3839
- From: Andre Pang <ozone@xxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: More about ksh_glob and completion
- Date: Mon, 30 Apr 2001 18:33:45 +1000
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <1010429183023.ZM971@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Sun, Apr 29, 2001 at 06:30:22 +0000
- Mail-followup-to: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1010429183023.ZM971@xxxxxxxxxxxxxxxxxxxxxxx>
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