summaryrefslogtreecommitdiffstats
path: root/compiler/ocaml.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/ocaml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ocaml.vim b/compiler/ocaml.vim
index b6de8420..0f64c8a0 100644
--- a/compiler/ocaml.vim
+++ b/compiler/ocaml.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
+
" Vim Compiler File
" Compiler: ocaml
" Maintainer: Markus Mottl <markus.mottl@gmail.com>
@@ -54,4 +55,5 @@ CompilerSet errorformat =
let &cpo = s:cpo_save
unlet s:cpo_save
+
endif