diff options
Diffstat (limited to 'indent/ocaml.vim')
-rw-r--r-- | indent/ocaml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/ocaml.vim b/indent/ocaml.vim index 8947957e..d67f3e36 100644 --- a/indent/ocaml.vim +++ b/indent/ocaml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif |