Fix completed snippets error

This commit is contained in:
Shougo Matsushita 2017-03-31 08:02:21 +09:00
vanhempi b869a031a9
commit 368f83d39c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa

Näytä tiedosto

@ -318,6 +318,7 @@ function! neosnippet#parser#_get_completed_snippet(completed_item, cur_text, nex
if item.info != ''
let abbr .= split(item.info, '\n')[0]
endif
let abbr = escape(abbr, '\')
let pairs = neosnippet#util#get_buffer_config(
\ &filetype, '',
\ 'g:neosnippet#completed_pairs', 'g:neosnippet#_completed_pairs', {})