Skip to content

Commit

Permalink
Add missing lisp option to b:undo_indent (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Sep 25, 2021
1 parent f8345cd commit d6e1375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/javascript.vim
Expand Up @@ -19,7 +19,7 @@ setlocal indentkeys+=0],0)
" "+norm! gg=G" '+%print' '+:q!' testfile.js \
" | diff -uBZ testfile.js -

let b:undo_indent = 'setlocal indentexpr< smartindent< autoindent< indentkeys<'
let b:undo_indent = 'setlocal indentexpr< smartindent< autoindent< indentkeys< lisp<'

" Only define the function once.
if exists('*GetJavascriptIndent')
Expand Down

0 comments on commit d6e1375

Please sign in to comment.