mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Ticket #2583: misc/mc.ext.in: added 3gp video.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
caccdbe877
commit
607c6a21dc
@ -305,6 +305,10 @@ type/^Info\ text
|
|||||||
shell/.info
|
shell/.info
|
||||||
Open=info -f %f
|
Open=info -f %f
|
||||||
|
|
||||||
|
# Exception: .3gp are video files not manual pages
|
||||||
|
regex/\.(3[gG][pP])$
|
||||||
|
Include=video
|
||||||
|
|
||||||
# Manual page
|
# Manual page
|
||||||
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])|\.man)$
|
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])|\.man)$
|
||||||
Open=case %d/%f in */log/*|*/logs/*) cat %f ;; *) { zsoelim %f 2>/dev/null || cat %f; } | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
|
Open=case %d/%f in */log/*|*/logs/*) cat %f ;; *) { zsoelim %f 2>/dev/null || cat %f; } | nroff @MAN_FLAGS@ @MANDOC@ ;; esac | %var{PAGER:more}
|
||||||
|
Loading…
Reference in New Issue
Block a user