1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-30 02:52:12 +01:00
This commit is contained in:
Tanaka Akira 1999-04-24 17:46:06 +00:00
parent ecb717634f
commit b52f9da686

View file

@ -13,7 +13,7 @@ elif [[ CURRENT -eq 2 ]]; then
local ret=1 local ret=1
compgen -g '. ..' && ret=0 compgen -g '. ..' && ret=0
_files -g '(-/)' && ret=0 _files -g '*(-/)' && ret=0
return ret return ret
elif [[ "$prev" = -((a|c|)newer|fprint(|0|f)) ]]; then elif [[ "$prev" = -((a|c|)newer|fprint(|0|f)) ]]; then