mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +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>
|
2003-06-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* configure.in: Remove test for SCO UNIX. Remove all references
|
* configure.in: Remove test for SCO UNIX. Remove all references
|
||||||
|
@ -408,7 +408,7 @@ regex/\.(tar|TAR)$
|
|||||||
View=%view{ascii} tar tvvf %f
|
View=%view{ascii} tar tvvf %f
|
||||||
|
|
||||||
# zip
|
# zip
|
||||||
type/^Zip\ archive
|
type/^(Zip|ZIP)\ archive
|
||||||
Open=%cd %p#uzip
|
Open=%cd %p#uzip
|
||||||
View=%view{ascii} unzip -v %f
|
View=%view{ascii} unzip -v %f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user