Skip to content

Commit 39a1f21

Browse files
committed
forgot to remove redundant code
1 parent 48d26b2 commit 39a1f21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

indent/haskell.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ function! GetHaskellIndent() abort
112112

113113
let line = getline(v:lnum - 1)
114114

115-
" ::
116-
if line =~# '::\s*$'
117-
return indent(v:lnum - 1) + &shiftwidth
118-
endif
119-
120115
" #if, #else, #endif, #include
121116
if nonblankline =~# '^\s*#'
122117
return 0

0 commit comments

Comments
 (0)