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 4dc3695a..e39aa7a2 100644 --- a/indent/dune.vim +++ b/indent/dune.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ocaml') +if has_key(g:polyglot_is_disabled, 'ocaml') finish endif |