Skip to content

Commit a057ceb

Browse files
committed
remove non-functional comma indentation
1 parent d3d7d02 commit a057ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/haskell.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if !exists('g:haskell_indent_guard')
5858
endif
5959

6060
setlocal indentexpr=GetHaskellIndent()
61-
setlocal indentkeys=0{,0},0(,0),0[,0],!^F,o,O,0\=,0=where,0=let,0=deriving,0\,,<space>
61+
setlocal indentkeys=0{,0},0(,0),0[,0],!^F,o,O,0\=,0=where,0=let,0=deriving,<space>
6262

6363
function! s:isInBlock(hlstack)
6464
return index(a:hlstack, 'haskellParens') > -1 || index(a:hlstack, 'haskellBrackets') > -1 || index(a:hlstack, 'haskellBlock') > -1

0 commit comments

Comments
 (0)