- Fixed for alias.
This commit is contained in:
parent
ff281e5171
commit
be5b8e37cd
@ -182,7 +182,7 @@ function! s:set_snippet_dict(snippet_dict, snippets, dup_check, snippets_file)"{
|
||||
let alias_snippet = copy(snippet)
|
||||
let alias_snippet.word = alias
|
||||
|
||||
let a:snippet_dict[alias] = alias_snippet
|
||||
let a:snippets[alias] = alias_snippet
|
||||
let a:dup_check[alias] = alias_snippet
|
||||
endfor
|
||||
endfunction"}}}
|
||||
|
@ -467,6 +467,7 @@ CHANGELOG *neosnippet-changelog*
|
||||
2012-10-30
|
||||
- Implemented commented placeholder.
|
||||
- Improved python snippets.
|
||||
- Fixed for alias.
|
||||
|
||||
2012-10-29
|
||||
- Improved parse of snippets file.
|
||||
|
Loading…
Reference in New Issue
Block a user