mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* lib/mc.ext: Allow ZIP in all capitals in "file" output.
This commit is contained in:
parent
2ccbe3393f
commit
e54ac85df6
@ -1,3 +1,7 @@
|
||||
2003-06-23 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* lib/mc.ext: Allow ZIP in all capitals in "file" output.
|
||||
|
||||
2003-06-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Remove test for SCO UNIX. Remove all references
|
||||
|
@ -408,7 +408,7 @@ regex/\.(tar|TAR)$
|
||||
View=%view{ascii} tar tvvf %f
|
||||
|
||||
# zip
|
||||
type/^Zip\ archive
|
||||
type/^(Zip|ZIP)\ archive
|
||||
Open=%cd %p#uzip
|
||||
View=%view{ascii} unzip -v %f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user