1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

rename fake style to fake-files (12973)

This commit is contained in:
Sven Wischnowsky 2000-10-12 07:08:43 +00:00
parent 2e4cca20ce
commit 17e2003c5c
4 changed files with 11 additions and 5 deletions

@ -1,3 +1,9 @@
2000-10-12 Sven Wischnowsky <wischnow@zsh.org>
* 12954, 12973: Completion/Builtins/_zstyle,
Completion/Core/_path_files, Doc/Zsh/compsys.yo: rename fake style
to fake-files
2000-10-11 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
* 12958: Cosmo <cosmo@informix.com>: aczsh.m4: fix for NCR compiler

@ -25,7 +25,7 @@ styles=(
disable-stat c:bool
domains c:
expand c:
fake c:fake
fake-files c:fake-files
fake-parameters c:fake-params
file-patterns c:filepat
file-sort c:fsort
@ -268,7 +268,7 @@ while [[ -n $state ]]; do
compadd - menu single longer
;;
fake)
fake-files)
_message 'prefix and names'
;;

@ -142,7 +142,7 @@ zstyle -s ":completion:${curcontext}:paths" special-dirs sdirs
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

@ -1012,8 +1012,8 @@ generated this way (e.g. due to the option tt(AUTO_MENU) being set),
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