Skip to content

Commit d1760f7

Browse files
authored
Set b:undo_indent
See :help undo_indent for details.
1 parent 7657218 commit d1760f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

indent/scala.vim

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ setlocal autoindent
1313
setlocal indentexpr=GetScalaIndent()
1414
setlocal indentkeys=0{,0},0),!^F,<>>,o,O,e,=case,<CR>
1515

16+
let b:undo_indent = "setl ai< inde< indk<"
17+
1618
if exists("*GetScalaIndent")
1719
finish
1820
endif

0 commit comments

Comments
 (0)