We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8345cd commit d6e1375Copy full SHA for d6e1375
indent/javascript.vim
@@ -19,7 +19,7 @@ setlocal indentkeys+=0],0)
19
" "+norm! gg=G" '+%print' '+:q!' testfile.js \
20
" | diff -uBZ testfile.js -
21
22
-let b:undo_indent = 'setlocal indentexpr< smartindent< autoindent< indentkeys<'
+let b:undo_indent = 'setlocal indentexpr< smartindent< autoindent< indentkeys< lisp<'
23
24
" Only define the function once.
25
if exists('*GetJavascriptIndent')
0 commit comments