From 9fe009095afdb86f6f771109ac454ccfc5340f31 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 6 Dec 2017 13:05:56 +0100 Subject: Change julia provider to JuliaEditorSupport/julia-vim, closes #253 --- compiler/fish.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 compiler/fish.vim (limited to 'compiler') diff --git a/compiler/fish.vim b/compiler/fish.vim deleted file mode 100644 index 11fad0c6..00000000 --- a/compiler/fish.vim +++ /dev/null @@ -1,11 +0,0 @@ -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 -- cgit v1.2.3