diff options
Diffstat (limited to 'syntax/rhelp.vim')
-rw-r--r-- | syntax/rhelp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/rhelp.vim b/syntax/rhelp.vim index c54ef18a..63f8f386 100644 --- a/syntax/rhelp.vim +++ b/syntax/rhelp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'r-lang') +if has_key(g:polyglot_is_disabled, 'r-lang') finish endif |