blob: 8ab152a6e44cb7a2ce987b426b585ffeb357ba5b (
plain) (
tree)
|
|
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(), ' ')
|