diff --git a/autoload/neosnippet/parser.vim b/autoload/neosnippet/parser.vim index 0b58317..f2da984 100644 --- a/autoload/neosnippet/parser.vim +++ b/autoload/neosnippet/parser.vim @@ -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 .= '<'