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

Re: PATCH: Omissions (Re: pws-23)



Bart Schaefer wrote:

> The first hunk of Sven's 6414 is missing.  This may be intentional, because
> it fixes one bug by introducing another less-likely one, but the ChangeLog
> says it should be there.
> 
> Index: Src/Zle/zle_tricky.c
> ===================================================================
> @@ -735,7 +735,7 @@
>  		*b != '=' && *b != Equals &&
>  		*b != '~' && *b != Tilde)
>  		break;
> -	if (*b == '#' || *b == Pound || *b == '+')
> +	if (*b == '#' || *b == Pound || *b == '+' || *b == ' ')
>  	    b++;
>  
>  	e = b;

I took that out in 6492.

> The documentation in compsys.yo from Sven's 6686 is also missing.

But that should be added.


Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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