diff options
Diffstat (limited to 'autoload/jsx_pretty/comment.vim')
-rw-r--r-- | autoload/jsx_pretty/comment.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/jsx_pretty/comment.vim b/autoload/jsx_pretty/comment.vim index 44dbf803..3f31ded8 100644 --- a/autoload/jsx_pretty/comment.vim +++ b/autoload/jsx_pretty/comment.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'jsx') finish endif |