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

PATCH: clear list (no, for 3.1.5 this time)



When building the other patch I found a function I had overlooked:
kill-whole-line should clear the list, too.

Bye
 Sven

diff -u os/Zle/zle_misc.c Src/Zle/zle_misc.c
--- os/Zle/zle_misc.c	Mon May  3 11:26:16 1999
+++ Src/Zle/zle_misc.c	Tue May  4 17:16:20 1999
@@ -127,6 +127,7 @@
 	for (i = cs; i != ll && line[i] != '\n'; i++);
 	forekill(i - cs + (i != ll), fg);
     }
+    clearlist = 1;
 }
 
 /**/

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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