diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-03-17 05:00:48 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-03-17 05:00:48 +0000 |
commit | 0031e143575cd4ce3d1cdf9bb15bd45737630c9d (patch) | |
tree | 4edbf1433970cb0a67ad672f288afeb88fdc44b6 /Completion/X/Command | |
parent | f8b89476eb955bdf83686e10ebf837a4c1f4651e (diff) | |
download | zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.tar.gz zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.tar.xz zsh-0031e143575cd4ce3d1cdf9bb15bd45737630c9d.zip |
16846: complete xdvi .dvi.gz and .dvi.bz2 too.
Diffstat (limited to 'Completion/X/Command')
-rw-r--r-- | Completion/X/Command/_xdvi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_xdvi b/Completion/X/Command/_xdvi index d24015ed5..7a4461ae1 100644 --- a/Completion/X/Command/_xdvi +++ b/Completion/X/Command/_xdvi @@ -27,4 +27,4 @@ _xt_arguments \ '-topmargin:top margin:' \ '-xoffset:horizontal offset:' \ '-yoffset:vertical offset:' \ - '*:DVI file:_files -g \*.\(\#i\)dvi' + '*:DVI file:_files -g \*.\(\#i\)dvi\(\|.Z\|.gz\|.bz2\)' |