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