mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
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:
commit
44fb2f37c4
@ -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
Block a user