mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 02:43:42 +03:00
Merge branch '1679_tar_colon_in_name'
* 1679_tar_colon_in_name: Ticket #1679: Fails to view .tar file with a colon in name
This commit is contained in:
commit
669ac422f5
@ -142,7 +142,7 @@ regex/\.(qp[rk])$
|
||||
# tar
|
||||
regex/\.(tar|TAR)$
|
||||
Open=%cd %p#utar
|
||||
View=%view{ascii} tar tvvf %f
|
||||
View=%view{ascii} tar tvvf - < %f
|
||||
|
||||
# lha
|
||||
type/^LHa\ .*archive
|
||||
|
Loading…
x
Reference in New Issue
Block a user