summaryrefslogtreecommitdiffstats
path: root/indent/haskell.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-02-02 21:16:29 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-02-02 21:16:29 +0100
commite685e4b431ab017d1aec9f9668fbeeeb6e7113e6 (patch)
tree47137f448d461ebb6852d81c6f553d0843e33764 /indent/haskell.vim
parente404a658b1647fad396a954776eda0bdabf8353c (diff)
downloadvim-polyglot-e685e4b431ab017d1aec9f9668fbeeeb6e7113e6.tar.gz
vim-polyglot-e685e4b431ab017d1aec9f9668fbeeeb6e7113e6.zip
Update
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')