Improved svn filename completion (RHBZ: #430059).
This commit is contained in:
parent
eb95aa30cd
commit
a817c658f2
@ -273,7 +273,7 @@ _svn()
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
complete -F _svn $default svn
|
complete -F _svn $filenames svn
|
||||||
|
|
||||||
_svnadmin()
|
_svnadmin()
|
||||||
{
|
{
|
||||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -65,6 +65,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low
|
|||||||
* Added minimal sqlite3 completion (Ville Skyttä).
|
* Added minimal sqlite3 completion (Ville Skyttä).
|
||||||
* Improved getent completion (Ville Skyttä, Guillaume Rousse).
|
* Improved getent completion (Ville Skyttä, Guillaume Rousse).
|
||||||
* (Re)fix gzip and bzip2 options completion (Ville Skyttä).
|
* (Re)fix gzip and bzip2 options completion (Ville Skyttä).
|
||||||
|
* Improved svn filename completion (RHBZ: #430059) (Ville Skyttä).
|
||||||
* Merge from Gentoo:
|
* Merge from Gentoo:
|
||||||
- fix 'find' completion so that it properly completes on -?(i)whilename.
|
- fix 'find' completion so that it properly completes on -?(i)whilename.
|
||||||
Patch by Ciaran McCreesh.
|
Patch by Ciaran McCreesh.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user