Ticket #3965: mc.ext.patch

File mc.ext.patch, 553 bytes (added by legends2k, 5 years ago)

Patch to fix include/editor order

  • misc/mc.ext.in

    diff --git a/misc/mc.ext.in b/misc/mc.ext.in
    index 9aa77234d..ae47e6fbd 100644
    a b shell/i/.f 
    334334regex/i/\.(s|asm)$ 
    335335        Include=editor 
    336336 
    337 include/editor 
    338         Open=%var{EDITOR:vi} %f 
    339  
    340337# .so libraries 
    341338regex/\.(so|so\.[0-9\.]*)$ 
    342339        View=%view{ascii} @EXTHELPERSDIR@/misc.sh view so 
    shell/i/.dvi 
    650647shell/i/.tex 
    651648        Include=editor 
    652649 
     650# Markdown 
     651shell/i/.md 
     652        Include=editor 
     653 
     654include/editor 
     655        Open=%var{EDITOR:vi} %f 
     656 
    653657# DjVu 
    654658regex/i/\.djvu?$ 
    655659        Open=@EXTHELPERSDIR@/doc.sh open djvu