Fix #358 completed snippet problem
This commit is contained in:
parent
9132237f3c
commit
22bf961126
@ -312,7 +312,7 @@ function! neosnippet#parser#_get_completed_snippet(completed_item, next_text) ab
|
||||
let abbr .= ' ' . item.menu
|
||||
endif
|
||||
if item.info != ''
|
||||
let abbr = split(item.info, '\n')[0]
|
||||
let abbr .= split(item.info, '\n')[0]
|
||||
endif
|
||||
let pairs = neosnippet#util#get_buffer_config(
|
||||
\ &filetype, '',
|
||||
|
Loading…
Reference in New Issue
Block a user