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

PATCH: an extra space in _pack



Z:akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; autoload -U compinit; compinit -D
is27e1u11% zstyle ':completion*:descriptions' format '%d'
is27e1u11% : M<TAB>
file to compress
META-FAQ      Makefile      Makefile.in   Misc/

Hm.  The description is wrong.  This is caused by the extra space in
_pack.

Index: Completion/User/_pack
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_pack,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 _pack
--- Completion/User/_pack	1999/12/01 15:29:44	1.1.1.2
+++ Completion/User/_pack	2000/01/08 16:42:56
@@ -1,4 +1,4 @@
-#compdef pack 
+#compdef pack
 
 local expl
 
-- 
Tanaka Akira



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