The following commit has been merged in the master branch:
commit 79ac9b592131e434575beaf2204210c32d9b304a
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits