mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* lib/mc.ext.in: Recognize files ending by .lslR' and
.ls-lR'.
Suggested by Christian Gennerat.
This commit is contained in:
parent
8c4c142ac8
commit
782012e481
@ -1,5 +1,8 @@
|
||||
2001-03-02 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
|
||||
Suggested by Christian Gennerat.
|
||||
|
||||
* lib/mc.ext.in: Add support for "freeze" - old compression
|
||||
program used mostly on QNX.
|
||||
* lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
|
||||
|
@ -533,10 +533,10 @@ regex/\.(so|so\.[0-9\.]*)$
|
||||
View=%view{hex}
|
||||
|
||||
# ls-lR
|
||||
regex/^ls-?lR$
|
||||
regex/(^|\.)ls-?lR$
|
||||
Open=%cd %p#lslR
|
||||
View=%view{ascii}
|
||||
regex/^ls-?lR\.(g?z|Z)$
|
||||
regex/(^|\.)ls-?lR\.(g?z|Z)$
|
||||
Open=%cd %p#lslR
|
||||
View=%view{ascii} gunzip -c %f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user