From 2f06f513e4723cca13117b82353412975f966bdc Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 1 Mar 2013 11:14:52 +0400 Subject: [PATCH] Ticket #2974: broken opening of .war archives. Widely used java web application .war archives are are .jar archives which is essentially a zip archive with manifest file being the first entry. Signed-off-by: Andrew Borodin --- misc/mc.ext.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/mc.ext.in b/misc/mc.ext.in index 1e00f90f8..74722fc99 100644 --- a/misc/mc.ext.in +++ b/misc/mc.ext.in @@ -117,8 +117,8 @@ regex/^\[git\] ### Archives ### -# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk, .gem, .war -regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$|\.gem$|\.war$ +# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk, .gem +regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$|\.gem$ Open=%cd %p/utar:// View=%view{ascii} @EXTHELPERSDIR@/archive.sh view tar.gz -- 2.11.4.GIT