Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Command examples
- X-seq: zsh-workers 6202
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Command examples
- Date: Mon, 03 May 1999 11:23:29 +0200
- In-reply-to: "Sven Wischnowsky"'s message of "Mon, 03 May 1999 11:33:52 DFT." <199905030933.LAA29158@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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