fixup after #13771
Signed-off-by: Christian Brabandt <cb@256bit.org>
" Elixir filetype plugin
" Language: Elixir
" Maintainer: Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com>
-" Last Change: 2023 Dec 26
+" Last Change: 2023 Dec 27
if exists("b:did_ftplugin")
finish
" Enable keys that are usually the first keys in a line
setlocal indentkeys+=0->,0\|>,0},0],0),>
-let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms<'
+let b:undo_ftplugin = 'setlocal sw< sts< et< isk< com< cms< indk<'
let &cpo = s:save_cpo
unlet s:save_cpo