Fix #318 completed snippet bug

This commit is contained in:
Shougo Matsushita 2016-01-01 20:35:44 +09:00
parent 688cb202bc
commit 9125b4b57c
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ function! neosnippet#parser#_get_completed_snippet(completed_item) "{{{
let cnt = 1
let snippet = ''
if abbr =~ '<.\+>'
if abbr =~ '<.\+>(.*)'
" Add angle analysis
let snippet .= '<'