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