blob: 7684db47f4e9977220dc22d59d7145be8ec6bfe2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'fish', 'compiler/fish.vim')
finish
endif
if exists('current_compiler')
finish
endif
let current_compiler = 'fish'
CompilerSet makeprg=fish\ --no-execute\ %
execute 'CompilerSet errorformat='.escape(fish#errorformat(), ' ')
|