diff options
Diffstat (limited to 'compiler/ocaml.vim')
-rw-r--r-- | compiler/ocaml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ocaml.vim b/compiler/ocaml.vim index 92582d67..00cc30f4 100644 --- a/compiler/ocaml.vim +++ b/compiler/ocaml.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('ocaml', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'ocaml') finish endif |