- Fixed menu pattern.
This commit is contained in:
parent
ae1c34cdfa
commit
5970efcf6b
@ -209,7 +209,8 @@ endfunction"}}}
|
|||||||
function! s:set_snippet_pattern(dict)"{{{
|
function! s:set_snippet_pattern(dict)"{{{
|
||||||
let a:dict.word = substitute(a:dict.word, '\n$', '', '')
|
let a:dict.word = substitute(a:dict.word, '\n$', '', '')
|
||||||
let menu_pattern = (a:dict.word =~
|
let menu_pattern = (a:dict.word =~
|
||||||
\ s:get_placeholder_marker_substitute_pattern()) ?
|
\ s:get_placeholder_marker_substitute_pattern()
|
||||||
|
\ . '.*' . s:get_placeholder_marker_substitute_pattern()) ?
|
||||||
\ '<Snip> ' : '[Snip] '
|
\ '<Snip> ' : '[Snip] '
|
||||||
|
|
||||||
let abbr = get(a:dict, 'abbr', substitute(a:dict.word,
|
let abbr = get(a:dict, 'abbr', substitute(a:dict.word,
|
||||||
|
@ -415,11 +415,14 @@ snippet *neosnippet-unite-action-snippet*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neosnippet-changelog*
|
CHANGELOG *neosnippet-changelog*
|
||||||
|
|
||||||
|
2012-10-18
|
||||||
|
- Fixed s:get_sources_list().
|
||||||
|
- Added unite__new_candidate action in snippet source.
|
||||||
|
- Fixed menu pattern.
|
||||||
|
|
||||||
2012-10-17
|
2012-10-17
|
||||||
- Fixed alias problem.
|
- Fixed alias problem.
|
||||||
- Improved escape placeholder.
|
- Improved escape placeholder.
|
||||||
- Fixed s:get_sources_list().
|
|
||||||
- Added unite__new_candidate action in snippet source.
|
|
||||||
|
|
||||||
2012-10-15
|
2012-10-15
|
||||||
- Improved lua snip.
|
- Improved lua snip.
|
||||||
|
Loading…
Reference in New Issue
Block a user