Skip to content

Commit 26ffc81

Browse files
author
Coot
authored
Merge pull request #43 from coot/indent
remove else from indentkeys
2 parents f8f584e + a4468af commit 26ffc81

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)