summaryrefslogtreecommitdiffstats
path: root/compiler/fish.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/fish.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/fish.vim b/compiler/fish.vim
index 9daba2e3..87abb8bf 100644
--- a/compiler/fish.vim
+++ b/compiler/fish.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1
+
if exists('current_compiler')
finish
endif
@@ -6,4 +7,5 @@ let current_compiler = 'fish'
CompilerSet makeprg=fish\ --no-execute\ %
execute 'CompilerSet errorformat='.escape(fish#errorformat(), ' ')
+
endif