Skip to content

Commit aaef9ee

Browse files
committed
add documentation
1 parent 21a09be commit aaef9ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

indent/haskell.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ function! GetHaskellIndent()
294294

295295
"" where foo
296296
"" >>>>>>bar
297+
""
298+
"" where foo :: Int
299+
"" >>>>>>>>>>-> Int
297300
if l:prevline =~ '\C\<where\>\s\+\S\+.*$'
298301
if l:line =~ '^\s*[=-]>\s' && l:prevline =~ ' :: '
299302
return match(l:prevline, ':: ')

0 commit comments

Comments
 (0)