diff options
Diffstat (limited to 'syntax/opam.vim')
-rw-r--r-- | syntax/opam.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/opam.vim b/syntax/opam.vim index bc593804..d98dd0a7 100644 --- a/syntax/opam.vim +++ b/syntax/opam.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1 + if exists("b:current_syntax") finish endif @@ -30,4 +31,5 @@ hi link opamInterpolate Identifier let b:current_syntax = "opam" " vim: ts=2 sw=2 + endif |