Improved svn filename completion (RHBZ: #430059).

This commit is contained in:
Ville Skyttä 2009-01-12 21:27:36 +02:00
parent eb95aa30cd
commit a817c658f2
2 changed files with 3 additions and 2 deletions

View File

@ -273,7 +273,7 @@ _svn()
return 0
}
complete -F _svn $default svn
complete -F _svn $filenames svn
_svnadmin()
{

1
debian/changelog vendored
View File

@ -65,6 +65,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low
* Added minimal sqlite3 completion (Ville Skyttä).
* Improved getent completion (Ville Skyttä, Guillaume Rousse).
* (Re)fix gzip and bzip2 options completion (Ville Skyttä).
* Improved svn filename completion (RHBZ: #430059) (Ville Skyttä).
* Merge from Gentoo:
- fix 'find' completion so that it properly completes on -?(i)whilename.
Patch by Ciaran McCreesh.