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

Re: PATCH: Command examples



Sven Wischnowsky wrote:
> Btw `_correct_word' and `_correct_filename' use the same key, is this
> intentional?

No, I thought I'd altered _correct_filename to use \C-xC instead, though it
hardly needs a binding any more.

--- Completion/Commands/_correct_filename.old	Tue Apr 13 09:37:39 1999
+++ Completion/Commands/_correct_filename	Mon May  3 11:22:22 1999
@@ -1,4 +1,4 @@
-#compdef -k complete-word \C-xc
+#compdef -k complete-word \C-xC
 
 # Function to correct a filename.  Can be used as a completion widget,
 # or as a function in its own right, in which case it will print the

-- 
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