[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-26-g30f9335

Igor Murzov e-mail at date.by
Sat Aug 11 16:34:00 UTC 2012


The following commit has been merged in the master branch:
commit 30f93357c81bf3fbb03ef8a6b3b0f5ce9addde13
Author: Igor Murzov <e-mail at date.by>
Date:   Sat Aug 11 20:31:27 2012 +0400

    evince: Evince supports opening .pdf.xz files (Alioth: #313739).
    
    Patch provided by Anonymous <skunksmail-bugzilla at yahoo.de>

diff --git a/completions/evince b/completions/evince
index 9c7d0c3..8ef7516 100644
--- a/completions/evince
+++ b/completions/evince
@@ -26,7 +26,7 @@ _evince()
         return
     fi
 
-    _filedir '@(@(?(e)ps|?(E)PS|[pf]df|[PF]DF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2)|cb[rz]|djv?(u)|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx)'
+    _filedir '@(@(?(e)ps|?(E)PS|[pf]df|[PF]DF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2|.xz|.XZ)|cb[rz]|djv?(u)|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx)'
 } &&
 complete -F _evince evince
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list