summaryrefslogtreecommitdiffstats
path: root/after/indent/javascript.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/indent/javascript.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/after/indent/javascript.vim b/after/indent/javascript.vim
index ea149c78..ffbbc97a 100644
--- a/after/indent/javascript.vim
+++ b/after/indent/javascript.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || !(index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'jsx') != -1)
+
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Vim indent file
"
@@ -28,4 +29,5 @@ endfunction
let &cpo = s:keepcpo
unlet s:keepcpo
+
endif