Merge branch '2114_gz_z_extension'

* 2114_gz_z_extension:
  Ticket #2114: Don't treat files ending with a dot as gzip.
This commit is contained in:
Andrew Borodin 2010-03-19 10:19:33 +03:00
commit 44fb2f37c4
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