We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d7d02 commit a057cebCopy full SHA for a057ceb
indent/haskell.vim
@@ -58,7 +58,7 @@ if !exists('g:haskell_indent_guard')
58
endif
59
60
setlocal indentexpr=GetHaskellIndent()
61
-setlocal indentkeys=0{,0},0(,0),0[,0],!^F,o,O,0\=,0=where,0=let,0=deriving,0\,,<space>
+setlocal indentkeys=0{,0},0(,0),0[,0],!^F,o,O,0\=,0=where,0=let,0=deriving,<space>
62
63
function! s:isInBlock(hlstack)
64
return index(a:hlstack, 'haskellParens') > -1 || index(a:hlstack, 'haskellBrackets') > -1 || index(a:hlstack, 'haskellBlock') > -1
0 commit comments