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