Ticket #2583: misc/mc.ext.in: added 3gp video.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrey Rahmatullin 2011-07-27 13:37:59 +04:00 committed by Andrew Borodin
parent caccdbe877
commit 607c6a21dc

View File

@ -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}