diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-01-22 09:08:00 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-01-22 09:08:00 +0100 |
commit | 61390f58850c34b27d2a28dc14ebd760de152cc9 (patch) | |
tree | ef4822fc1f712ef0e2bdc50a435d7ef590da4d77 /compiler | |
parent | f8a0fb37bf57fdf705747cc3aacbe50b6b2d6482 (diff) | |
download | vim-polyglot-61390f58850c34b27d2a28dc14ebd760de152cc9.tar.gz vim-polyglot-61390f58850c34b27d2a28dc14ebd760de152cc9.zip |
Update
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 |