summaryrefslogtreecommitdiffstats
path: root/autoload/jsx_pretty/comment.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/jsx_pretty/comment.vim')
-rw-r--r--autoload/jsx_pretty/comment.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/jsx_pretty/comment.vim b/autoload/jsx_pretty/comment.vim
index 98eab5e3..7ba23b82 100644
--- a/autoload/jsx_pretty/comment.vim
+++ b/autoload/jsx_pretty/comment.vim
@@ -1,4 +1,4 @@
-if !exists('g:polyglot_disabled') || !(index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'jsx') != -1)
+if !exists('g:polyglot_disabled') || (index(g:polyglot_disabled, 'javascript') == -1 && index(g:polyglot_disabled, 'jsx') == -1)
function! jsx_pretty#comment#update_commentstring(original)
let line = getline(".")