mirror of https://github.com/MidnightCommander/mc
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:
parent
19b5573699
commit
7e427c2cfa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue