Skip to content

Commit 430b529

Browse files
committed
add documentation
1 parent 935106d commit 430b529

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
@@ -297,6 +297,9 @@ function! GetHaskellIndent()
297297
""
298298
"" where foo :: Int
299299
"" >>>>>>>>>>-> Int
300+
""
301+
"" where foo x
302+
"" >>>>>>>>|
300303
if l:prevline =~ '\C\<where\>\s\+\S\+.*$'
301304
if l:line =~ '^\s*[=-]>\s' && l:prevline =~ ' :: '
302305
return match(l:prevline, ':: ')

0 commit comments

Comments
 (0)