mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +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>
|
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
|
* lib/mc.ext.in: Add support for "freeze" - old compression
|
||||||
program used mostly on QNX.
|
program used mostly on QNX.
|
||||||
* lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
|
* lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
|
||||||
|
@ -533,10 +533,10 @@ regex/\.(so|so\.[0-9\.]*)$
|
|||||||
View=%view{hex}
|
View=%view{hex}
|
||||||
|
|
||||||
# ls-lR
|
# ls-lR
|
||||||
regex/^ls-?lR$
|
regex/(^|\.)ls-?lR$
|
||||||
Open=%cd %p#lslR
|
Open=%cd %p#lslR
|
||||||
View=%view{ascii}
|
View=%view{ascii}
|
||||||
regex/^ls-?lR\.(g?z|Z)$
|
regex/(^|\.)ls-?lR\.(g?z|Z)$
|
||||||
Open=%cd %p#lslR
|
Open=%cd %p#lslR
|
||||||
View=%view{ascii} gunzip -c %f
|
View=%view{ascii} gunzip -c %f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user