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