summaryrefslogblamecommitdiffstats
path: root/compiler/fish.vim
blob: 87abb8bfc1464629fbdf091b84b229d01ae45d1c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                             
 






                                                                  
 
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1

if exists('current_compiler')
    finish
endif
let current_compiler = 'fish'

CompilerSet makeprg=fish\ --no-execute\ %
execute 'CompilerSet errorformat='.escape(fish#errorformat(), ' ')

endif