mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
This commit is contained in:
parent
689c3fb9ac
commit
2742c4f9d4
@ -1,5 +1,7 @@
|
||||
2001-08-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
|
||||
|
||||
Replace "Can't" with "Cannot" everywhere.
|
||||
|
||||
2001-08-12 Pavel Roskin <proski@gnu.org>
|
||||
|
@ -462,6 +462,17 @@ shell/.cpio
|
||||
View=%view{ascii} cat '%f' | cpio -ictv
|
||||
Extract=cat '%f' | cpio -ic
|
||||
|
||||
# ls-lR
|
||||
regex/(^|\.)ls-?lR$
|
||||
Open=%cd %p#lslR
|
||||
regex/(^|\.)ls-?lR\.(g?z|Z)$
|
||||
Open=%cd %p#lslR
|
||||
View=%view{ascii} gunzip -c %f
|
||||
|
||||
# ftplist
|
||||
regex/\.ftplist$
|
||||
Open=%cd %p#ftplist
|
||||
|
||||
# gzip
|
||||
type/^gzip
|
||||
Open=gzip -dc %f | %var{PAGER:more}
|
||||
@ -495,17 +506,6 @@ regex/\.s?a$
|
||||
#Open=%view{ascii} ar tv %f
|
||||
View=%view{ascii} nm %f
|
||||
|
||||
# ls-lR
|
||||
regex/(^|\.)ls-?lR$
|
||||
Open=%cd %p#lslR
|
||||
regex/(^|\.)ls-?lR\.(g?z|Z)$
|
||||
Open=%cd %p#lslR
|
||||
View=%view{ascii} gunzip -c %f
|
||||
|
||||
# ftplist
|
||||
regex/\.ftplist$
|
||||
Open=%cd %p#ftplist
|
||||
|
||||
# trpm
|
||||
regex/\.trpm$
|
||||
Open=%cd %p#trpm
|
||||
|
Loading…
Reference in New Issue
Block a user