Skip to content

Commit 84dc711

Browse files
committed
remove commented code
1 parent 98eb8f0 commit 84dc711

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

indent/haskell.vim

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,6 @@ function! GetHaskellIndent()
153153
return 0
154154
endif
155155

156-
" " comment indentation
157-
" if l:line =~ '^\s*--'
158-
" let l:s = match(l:prevline, '-- ')
159-
" if l:s > -1
160-
" endif
161-
" " if l:prevline =~ '^\s*--'
162-
" " return match(l:prevline, '\S')
163-
" " endif
164-
165156
" { foo :: Int
166157
" >>,
167158
"

0 commit comments

Comments
 (0)