summaryrefslogtreecommitdiffstats
path: root/compiler/fish.vim
blob: 1ae935f8fb20f7f081f9511698d7b6e5812f6382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if !polyglot#util#IsEnabled('fish', expand('<sfile>:p'))
  finish
endif

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

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