summaryrefslogtreecommitdiffstats
path: root/indent/ocaml.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/ocaml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/ocaml.vim b/indent/ocaml.vim
index 9c10ac6f..a38e4e95 100644
--- a/indent/ocaml.vim
+++ b/indent/ocaml.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
+
" Vim indent file
" Language: OCaml
" Maintainers: Jean-Francois Yuen <jfyuen@happycoders.org>
@@ -272,4 +273,5 @@ function! GetOCamlIndent()
endfunction
" vim:sw=2
+
endif