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

Re: PATCH: _arguments and friends



Ugh, sorry. This could produce an empty description string with
`_patch'. Better remove all funny looking descriptions.

Bye
 Sven

qdiff -u oc/Base/_arguments Completion/Base/_arguments
--- oc/Base/_arguments	Mon Aug 30 10:58:52 1999
+++ Completion/Base/_arguments	Mon Aug 30 11:55:32 1999
@@ -176,6 +176,7 @@
 	fi
       done
     fi
+    _args_cache_long=( "${(@)_args_cache_long:# #}" )
 
     set -- "$tmpargv[@]" "$_args_cache_long[@]"
   fi

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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