Fix :NeoSnippetClearMarkers error

This commit is contained in:
Shougo Matsushita 2015-12-19 11:38:44 +09:00
parent 12ebafeb81
commit 248ee0651f
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function! neosnippet#commands#_clear_markers() "{{{
return return
endif endif
call neosnippet#view#_clear_markers(expand_info[-1]) call neosnippet#view#_clear_markers(expand_stack[-1])
endfunction"}}} endfunction"}}}
" Complete helpers. " Complete helpers.