[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-481-g79ac9b5

Ville Skyttä ville.skytta at iki.fi
Wed Oct 26 17:46:34 UTC 2011


The following commit has been merged in the master branch:
commit 79ac9b592131e434575beaf2204210c32d9b304a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Oct 26 20:46:00 2011 +0300

    _command_offset: Fall back to _minimal instead of _filedir for oddball cases.

diff --git a/bash_completion b/bash_completion
index db1d15d..b550153 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1647,7 +1647,7 @@ _command_offset()
                 COMPREPLY=( $( eval compgen "$cspec" -- "$cur" ) )
             fi
         elif [ ${#COMPREPLY[@]} -eq 0 ]; then
-            _filedir
+            _minimal
         fi
     fi
 }

-- 
bash-completion



More information about the Bash-completion-commits mailing list