We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe6006 commit b1924f6Copy full SHA for b1924f6
1 file changed
indent/clojure.vim
@@ -16,7 +16,7 @@ let b:did_indent = 1
16
let s:save_cpo = &cpo
17
set cpo&vim
18
19
-let b:undo_indent = "setlocal ai< si< lw< et< sts< sw< inde< indk<"
+let b:undo_indent = 'setlocal autoindent< smartindent< lispwords< expandtab< softtabstop< shiftwidth< indentexpr< indentkeys<'
20
21
setlocal noautoindent expandtab nosmartindent
22
@@ -301,7 +301,7 @@ else
301
" normal lisp indenting.
302
setlocal indentexpr=
303
setlocal lisp
304
- let b:undo_indent .= " lisp<"
+ let b:undo_indent .= '| setlocal lisp<'
305
306
endif
307
0 commit comments