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

"BUG: empty heap" and problem with _cvs



zagzig<3> compinit 
zagzig<4> setopt kshautoload 
zagzig<5> cvs <TAB>BUG: empty heap
BUG: empty heap
BUG: empty heap
BUG: empty heap
BUG: empty heap
BUG: empty heap

_requested:192: _requested: function not defined by file
zagzig<5> cvs


The fix for _cvs follows, but I don't have a patch for the "empty heap".

Index: Completion/User/_cvs
===================================================================
@@ -656,4 +656,4 @@
 
 # call real _cvs.
 
-_cvs "$@"
+[[ -o kshautoload ]] || _cvs "$@"

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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