Fix #318 completed snippet bug
This commit is contained in:
parent
688cb202bc
commit
9125b4b57c
@ -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 .= '<'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user