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

Another minor init fix



--- Functions/Completion/init.bk	Thu Feb 25 18:37:29 1999
+++ Functions/Completion/init	Thu Feb 25 18:37:35 1999
@@ -165,7 +165,7 @@
 
       # And bind the keys...
       for i; do
-        bindkey "$i" "$name"
+        bindkey "$i" "$func"
       done
       ;;
     *)

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



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