Skip to content

Commit a4468af

Browse files
author
Marcin Szamotulski
committed
remove else from indentkeys
1 parent f8f584e commit a4468af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/purescript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if !exists('g:purescript_indent_dot')
6363
endif
6464

6565
setlocal indentexpr=GetPurescriptIndent()
66-
setlocal indentkeys=!^F,o,O,},=where,=in,=::,=->,=→,==>,=,=else
66+
setlocal indentkeys=!^F,o,O,},=where,=in,=::,=->,=→,==>,=
6767

6868
function! s:GetSynStack(lnum, col)
6969
return map(synstack(a:lnum, a:col), { key, val -> synIDattr(val, "name") })

0 commit comments

Comments
 (0)