zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: compadd -D
@ 2000-03-27  8:41 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 2000-03-27  8:41 UTC (permalink / raw)
  To: zsh-workers


[As I said, from now on my patches are relative to 10230 and 10231. If 
anyone objects to one of them (10231 will partly be taken back by one
of the following patches), please tell me.]

This sometimes deleted the wrong strings when combined with -F.

Bye
 Sven

diff -ru ../z.old/Src/Zle/compcore.c Src/Zle/compcore.c
--- ../z.old/Src/Zle/compcore.c	Mon Mar 27 10:25:02 2000
+++ Src/Zle/compcore.c	Mon Mar 27 10:37:56 2000
@@ -1807,6 +1807,8 @@
 		}
 		if (!addit) {
 		    compignored++;
+		    if (dparr && !*++dparr)
+			dparr = NULL;
 		    continue;
 		}
 	    }

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-27  8:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-27  8:41 PATCH: compadd -D Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).