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

Re: PATCH: tricky.c and completion functions



In article <199908131216.OAA11188@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
  Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:

> diff -u -r oc/User/_colors Completion/User/_colors
> --- oc/User/_colors	Fri Aug 13 09:20:59 1999
> +++ Completion/User/_colors	Fri Aug 13 13:53:39 1999

> +  file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt )

Hm.

Index: Completion/User/_colors
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_colors,v
retrieving revision 1.1.1.3
diff -u -F^( -r1.1.1.3 _colors
--- _colors	1999/08/13 12:34:21	1.1.1.3
+++ _colors	1999/08/13 15:08:23
@@ -5,7 +5,7 @@
 
   # Cache of color names doesn't exist yet, create it.
 
-  file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt )
+  file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt(N) )
 
   if (( $#file )); then
     _color_cache=( "${(@)${(@f)$(< $file[1])}[2,-1]##*		}" )
-- 
Tanaka Akira



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