Fix #237 expand trigger problem
This commit is contained in:
parent
58a203c5dd
commit
6d475877bf
@ -119,7 +119,8 @@ function! neosnippet#mappings#_expand_target_trigger(trigger) "{{{
|
|||||||
|
|
||||||
call cursor(line, col)
|
call cursor(line, col)
|
||||||
|
|
||||||
call neosnippet#view#_expand(neosnippet#util#get_cur_text(), col, a:trigger)
|
call neosnippet#view#_expand(
|
||||||
|
\ neosnippet#util#get_cur_text(). ' ', col, a:trigger)
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
function! s:snippets_expand(cur_text, col) "{{{
|
function! s:snippets_expand(cur_text, col) "{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user