Fix #358 completed snippet problem

This commit is contained in:
Shougo Matsushita 2016-11-04 21:32:59 +09:00
parent 9132237f3c
commit 22bf961126
1 changed files with 1 additions and 1 deletions

View File

@ -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, '',