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

rename fake style?



I already asked if we should (and still can) rename the fake style to
fake-files, so this is mainly to ensure that I don't accidentally
delete or overwrite the patch...


Bye
 Sven

diff -u -r ../oz/Completion/Builtins/_zstyle ./Completion/Builtins/_zstyle
--- ../oz/Completion/Builtins/_zstyle	Tue Oct 10 21:19:55 2000
+++ ./Completion/Builtins/_zstyle	Tue Oct 10 21:35:56 2000
@@ -24,7 +24,7 @@
   disable-stat		 c:bool
   domains                c:
   expand		 c:
-  fake			 c:fake
+  fake			 c:fake-files
   fake-parameters	 c:fake-params
   file-patterns		 c:filepat
   file-sort              c:fsort
@@ -266,7 +266,7 @@
           compadd - menu single longer
       ;;
 
-    fake)
+    fake-files)
       _message 'prefix and names'
       ;;
 
diff -u -r ../oz/Completion/Core/_path_files ./Completion/Core/_path_files
--- ../oz/Completion/Core/_path_files	Tue Oct 10 21:19:55 2000
+++ ./Completion/Core/_path_files	Tue Oct 10 21:36:27 2000
@@ -142,7 +142,7 @@
     sopt=$sopt/
 
 zstyle -a ":completion:${curcontext}:files" accept-exact accex
-zstyle -a ":completion:${curcontext}:files" fake fake
+zstyle -a ":completion:${curcontext}:files" fake-files fake
 
 zstyle -s ":completion:${curcontext}:files" ignore-parents ignpar
 
diff -u -r ../oz/Doc/Zsh/compsys.yo ./Doc/Zsh/compsys.yo
--- ../oz/Doc/Zsh/compsys.yo	Tue Oct 10 21:19:48 2000
+++ ./Doc/Zsh/compsys.yo	Tue Oct 10 21:36:58 2000
@@ -1026,8 +1026,8 @@
 this will also cycle through the names of the files in pathname
 components after the first ambiguous one.
 )
-kindex(fake, completion style)
-item(tt(fake))(
+kindex(fake-files, completion style)
+item(tt(fake-files))(
 Currently, this style is only used when completing files and looked up 
 with the tag tt(files).  Its values are of the form
 `var(dir)tt(:)var(names...)'.  This will add the var(names) (strings

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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