From 6636282a1607343553c2aab52defc165b0e97838 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 23 Nov 2008 18:23:28 +0000 Subject: users/13477: call _files instead of _path_files to correctly handle cycling through choices. --- Completion/Unix/Command/_rm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_rm b/Completion/Unix/Command/_rm index 4209134b0..815bbbdf8 100644 --- a/Completion/Unix/Command/_rm +++ b/Completion/Unix/Command/_rm @@ -34,7 +34,7 @@ case $state in (file) declare -a ignored ignored=(${line//(#m)[\[\]()\\*?#<>~\^]/\\$MATCH}) - _path_files -F ignored && ret=0 + _files -F ignored && ret=0 ;; esac -- cgit 1.4.1