Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Another minor init fix
- X-seq: zsh-workers 5531
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Another minor init fix
- Date: Thu, 25 Feb 1999 18:38:09 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
--- 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