From b52f9da686a0b403a46d2d1274d3c07eb3f467e0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 24 Apr 1999 17:46:06 +0000 Subject: fix. --- Completion/User/_find | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/User/_find b/Completion/User/_find index 9c71c2bf1..0dbdd8031 100644 --- a/Completion/User/_find +++ b/Completion/User/_find @@ -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 -- cgit 1.4.1