1
1

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

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrey Rahmatullin 2011-07-27 13:37:59 +04:00 коммит произвёл Andrew Borodin
родитель caccdbe877
Коммит 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}