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

Re: 3.1.6-bart-7



Bart Schaefer wrote:

> As it's been almost a month since the last complete snapshot, and PWS is
> indeterminately offline at the moment, I've made a complete distribution
> available at ftp://ftp.brasslantern.com/pub/zsh/.

Apart from the stuff reported by Tanaka, I found this little
omission. Maybe it's my fault, I'm too lazy now to look if it was
missing from my patch.

Bye
 Sven

diff -u -r znew/Completion/Core/_main_complete zold/Completion/Core/_main_complete
--- znew/Completion/Core/_main_complete	Fri Oct 15 10:16:47 1999
+++ zold/Completion/Core/_main_complete	Fri Oct 15 15:11:10 1999
@@ -22,7 +22,7 @@
 # state than the global one for which you are completing.
 
 
-local comp ret=1 _compskip
+local comp post ret=1 _compskip
 
 typeset -U _lastdescr
 

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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