We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a2f20 commit 986dab5Copy full SHA for 986dab5
autoload/elixir/indent.vim
@@ -70,7 +70,6 @@ function! s:in_embedded_view()
70
let position = getpos('.')
71
let lnum = line('.')
72
let start_lnum = search('\s\+\~\%\(e\|E\|L\|H\)"""', 'bW')
73
- echom start_lnum
74
if start_lnum == 0
75
return 0
76
endif
0 commit comments