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