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

        
 






                                                                  
if has_key(g:polyglot_is_disabled, 'fish')
  finish
endif

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

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