added .svg completion to display (Closes: #441017)

This commit is contained in:
David Paleino 2008-05-11 18:35:16 +02:00
parent ee505521ad
commit 868baf6be2
2 changed files with 4 additions and 2 deletions

View File

@ -89,7 +89,8 @@ complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip
# TODO: see #455510
#complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
complete -f -X '!*.Z' uncompress
complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' ee display
complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' ee
complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|svg|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX|SVG)' display
complete -f -X '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|GIF|JPG|JP?(E)G|TIF?(F)|PNG|P[BGP]M|BMP|X[BP]M|RLE|RGB|PCX|FITS|PM)' xv qiv
complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview
complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi

3
debian/changelog vendored
View File

@ -22,6 +22,7 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
- fixes _get_cword() function to properly handle filenames with
whitespaces (Closes: #394636, #468254, #474094)
- added .pdf.bz2 completion to evince (Closes: #424736)
- added .svg completion to display (Closes: #441017)
* debian/copyright - now in a fancier machine-parsable format.
* debian/control:
- added myself to Uploaders
@ -48,7 +49,7 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
* Update apt-get completion to include the flag "--no-install-recommends"
(Closes: #475242)
-- David Paleino <d.paleino@gmail.com> Sun, 11 May 2008 18:27:44 +0200
-- David Paleino <d.paleino@gmail.com> Sun, 11 May 2008 18:34:53 +0200
bash-completion (20060301-4) unstable; urgency=low