summaryrefslogtreecommitdiffstats
path: root/compiler/mix.vim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/mix.vim')
-rw-r--r--compiler/mix.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/mix.vim b/compiler/mix.vim
index a771ed15..9bee88e9 100644
--- a/compiler/mix.vim
+++ b/compiler/mix.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
+
if exists('current_compiler')
finish
endif
@@ -15,4 +16,5 @@ CompilerSet errorformat=
\%E==\ Compilation\ error\ in\ file\ %f\ ==,
\%C**\ (%\\w%\\+)\ %f:%l:\ %m,%Z
+
endif