summaryrefslogtreecommitdiffstats
path: root/indent/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/haskell.vim')
-rw-r--r--indent/haskell.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/indent/haskell.vim b/indent/haskell.vim
index fa2ee7cf..b1e1bdc4 100644
--- a/indent/haskell.vim
+++ b/indent/haskell.vim
@@ -476,11 +476,6 @@ function! GetHaskellIndent()
if l:line =~ '^\s*]'
return s:indentMatching(']')
endif
- "
- " indent import
- if l:line =~ '\C^\s*import'
- return 0
- endif
" do not reindent indented lines
if match(l:prevline, '\S') < match(l:line, '\S')