Fix #305 indent snippet

This commit is contained in:
Shougo Matsushita 2015-12-15 21:26:22 +09:00
parent 5cff13af13
commit 33aa676c8f
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@ function! s:expand_target_placeholder(line, col) "{{{
endif
endtry
call s:indent_snippet(begin_line, end_line)
let neosnippet.target = ''
call neosnippet#view#_jump('', col)