summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/fish.vim11
1 files changed, 0 insertions, 11 deletions
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