mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-28 14:22:22 +01:00
fix.
This commit is contained in:
parent
ecb717634f
commit
b52f9da686
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ elif [[ CURRENT -eq 2 ]]; then
|
|||
local ret=1
|
||||
|
||||
compgen -g '. ..' && ret=0
|
||||
_files -g '(-/)' && ret=0
|
||||
_files -g '*(-/)' && ret=0
|
||||
|
||||
return ret
|
||||
elif [[ "$prev" = -((a|c|)newer|fprint(|0|f)) ]]; then
|
||||
|
|
Loading…
Reference in a new issue