zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: fix for new completion files
@ 1999-02-16 14:41 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 1999-02-16 14:41 UTC (permalink / raw)
  To: zsh-workers


I forgot to rename files to __files in some places.

Bye
 Sven

--- of/Completion/__condition	Tue Feb 16 15:02:56 1999
+++ Functions/Completion/__condition	Tue Feb 16 15:33:46 1999
@@ -3,8 +3,8 @@
 if [[ -current -1 -o ]]; then
   complist -o -M 'L:|[nN][oO]= M:_= M:{A-Z}={a-z}'
 elif [[ -current -1 -nt || -current -1 -ot || -current -1 -ef ]]; then
-  files
+  __files
 else
-  files
+  __files
   complist -v
 fi
--- of/Completion/__hash	Tue Feb 16 15:02:57 1999
+++ Functions/Completion/__hash	Tue Feb 16 15:40:33 1999
@@ -2,12 +2,12 @@
 
 if [[ -mword 1 -*d* ]]; then
   if [[ -string 1 '=' ]]; then
-    pfiles -g '*(-/)'
+    __path_files -g '*(-/)'
   else
     complist -n -q -S '='
   fi
 elif [[ -string 1 '=' ]]; then
-  files -g '*(*)' '*(-/)'
+  __files -g '*(*)' '*(-/)'
 else
   complist -m -q -S '='
 fi

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-16 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-16 14:41 PATCH: fix for new completion files Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).