Fix completed snippets error
This commit is contained in:
parent
b869a031a9
commit
368f83d39c
@ -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', {})
|
||||
|
Loading…
Reference in New Issue
Block a user