diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/exunit.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/exunit.vim b/compiler/exunit.vim index 9fc921a5..e2d14185 100644 --- a/compiler/exunit.vim +++ b/compiler/exunit.vim @@ -1,10 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1 -" Vim compiler file -" Language: ExUnit -" Maintainer: Rein Henrichs <rein.henrichs@gmail.com> -" URL: https://github.com/elixir-lang/vim-elixir - if exists("current_compiler") finish endif |