Ticket #2114: Don't treat files ending with a dot as gzip.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Thomas Jarosch 2010-03-18 16:58:33 +03:00 committed by Andrew Borodin
parent 19b5573699
commit 7e427c2cfa
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ type/^gzip
Open=gzip -dc %f | %var{PAGER:more}
View=%view{ascii} gzip -dc %f 2>/dev/null
regex/\.(gz|Z)?$
regex/\.(gz|Z)$
View=%view{ascii} gzip -dc %f 2>/dev/null
# bzip2