Skip to content

Commit 0aba037

Browse files
committed
fix(evince): don't complete on gzipped XPS docs
#751 (comment)
1 parent 1653c6c commit 0aba037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/evince

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _evince()
2525
return
2626
fi
2727

28-
_filedir '@(@(?(e|?(o)x)ps|?(E)PS|[pf]df|[PF]DF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2|.xz|.XZ)|cb[7rtz]|djv?(u)|tif?(f))'
28+
_filedir '@(@(?(e)ps|?(E)PS|[pf]df|[PF]DF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2|.xz|.XZ)|cb[7rtz]|djv?(u)|tif?(f)||?(o)xps)'
2929
} &&
3030
complete -F _evince evince
3131

0 commit comments

Comments
 (0)