mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-01 07:55:52 +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
|
||||
Open=info -f %f
|
||||
|
||||
# Exception: .3gp are video files not manual pages
|
||||
regex/\.(3[gG][pP])$
|
||||
Include=video
|
||||
|
||||
# Manual page
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user