[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 529b3a99f9f499d51eb2c6c2fbf2de683baadaf2

Ville Skyttä ville.skytta at iki.fi
Wed Apr 1 20:27:59 UTC 2009


The following commit has been merged in the master branch:
commit 529b3a99f9f499d51eb2c6c2fbf2de683baadaf2
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 1 23:27:55 2009 +0300

    Add TODO about filename completion.

diff --git a/contrib/yum b/contrib/yum
index 70ca365..b4ee3aa 100644
--- a/contrib/yum
+++ b/contrib/yum
@@ -43,6 +43,7 @@ _yum()
 	done
 
 	if [ -n "$special" ]; then
+		# TODO: install|update|upgrade should not match *src.rpm
 		if [[ "$cur" == */* && "$special" == @(deplist|install|update|upgrade) ]]; then
 			_filedir rpm
 			return 0

-- 
bash-completion



More information about the Bash-completion-commits mailing list