Skip to content

Commit d1cea03

Browse files
committed
runtime(elixir): missing undo_ftplugin for indentkeys
fixup after #13771 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 9e6549d commit d1cea03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/ftplugin/elixir.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Elixir filetype plugin
22
" Language: Elixir
33
" Maintainer: Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com>
4-
" Last Change: 2023 Dec 26
4+
" Last Change: 2023 Dec 27
55

66
if exists("b:did_ftplugin")
77
finish
@@ -33,7 +33,7 @@ setlocal indentkeys+=0=after,0=catch,0=do,0=else,0=end,0=rescue
3333
" Enable keys that are usually the first keys in a line
3434
setlocal indentkeys+=0->,0\|>,0},0],0),>
3535

36-
let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms<'
36+
let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms< indk<'
3737

3838
let &cpo = s:save_cpo
3939
unlet s:save_cpo

0 commit comments

Comments
 (0)