summaryrefslogtreecommitdiffstats
path: root/after/indent/tsx.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/indent/tsx.vim')
-rw-r--r--after/indent/tsx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/tsx.vim b/after/indent/tsx.vim
index 544568a7..f29ccbaf 100644
--- a/after/indent/tsx.vim
+++ b/after/indent/tsx.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'jsx')
finish
endif