diff options
Diffstat (limited to 'indent/tsx.vim')
-rw-r--r-- | indent/tsx.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/tsx.vim b/indent/tsx.vim index d6ab43a2..3c59cc3f 100644 --- a/indent/tsx.vim +++ b/indent/tsx.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1 + " Save the current JavaScript indentexpr. let b:tsx_ts_indentexpr = &indentexpr @@ -109,4 +110,5 @@ fu! GetTsxIndent() return ind endfu + endif |