summaryrefslogtreecommitdiffstats
path: root/indent/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/haskell.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/haskell.vim b/indent/haskell.vim
index e752f8d8..baefc7f3 100644
--- a/indent/haskell.vim
+++ b/indent/haskell.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
+
" indentation for haskell
"
" author: raichoo (raichoo@googlemail.com)
@@ -508,4 +509,5 @@ function! GetHaskellIndent()
return -1
endfunction
+
endif