Fix completed snippets error

This commit is contained in:
Shougo Matsushita 2017-03-31 08:02:21 +09:00
vecāks b869a031a9
revīzija 368f83d39c
1 mainīti faili ar 1 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -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', {})