Skip to content

Commit

Permalink
#76 added missing endif
Browse files Browse the repository at this point in the history
  • Loading branch information
raichoo committed Aug 18, 2016
1 parent 7465fd0 commit fb11bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indent/haskell.vim
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ function! GetHaskellIndent()
if s:isSYN('haskellWhere', v:lnum - 1, l:s + 1)
return l:s + g:haskell_indent_where
endif
endif
endif

" newtype Foo = Foo
Expand Down

0 comments on commit fb11bdd

Please sign in to comment.