Browse Source

Fix completed snippets error

PR/fix-warning
Shougo Matsushita 7 years ago
parent
commit
368f83d39c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/neosnippet/parser.vim

+ 1
- 0
autoload/neosnippet/parser.vim View File

@@ -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…
Cancel
Save