Skip to content

Commit 19f411e

Browse files
committed
remove todo
1 parent e8803f8 commit 19f411e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/elixir/indent.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ function! s:get_base_indent(lnum, text)
178178
endif
179179
endfunction
180180

181-
" TODO: @jbodah 2017-03-31: remove
182181
function! elixir#indent#handle_following_trailing_do(lnum, text, prev_nb_lnum, prev_nb_text)
183182
if s:ends_with(a:prev_nb_text, s:keyword('do'), a:prev_nb_lnum)
184183
if s:starts_with(a:text, s:keyword('end'), a:lnum)

0 commit comments

Comments
 (0)