Skip to content

Commit d6e1375

Browse files
authored
Add missing lisp option to b:undo_indent (#1242)
1 parent f8345cd commit d6e1375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/javascript.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setlocal indentkeys+=0],0)
1919
" "+norm! gg=G" '+%print' '+:q!' testfile.js \
2020
" | diff -uBZ testfile.js -
2121

22-
let b:undo_indent = 'setlocal indentexpr< smartindent< autoindent< indentkeys<'
22+
let b:undo_indent = 'setlocal indentexpr< smartindent< autoindent< indentkeys< lisp<'
2323

2424
" Only define the function once.
2525
if exists('*GetJavascriptIndent')

0 commit comments

Comments
 (0)