- Fixed set of abbr.
This commit is contained in:
parent
cd41822fe1
commit
c3ea9a5d18
@ -213,7 +213,7 @@ function! s:initialize_snippet(dict, path, line, pattern, name)"{{{
|
|||||||
|
|
||||||
let dict = {
|
let dict = {
|
||||||
\ 'word' : a:dict.name, 'snip' : a:dict.word,
|
\ 'word' : a:dict.name, 'snip' : a:dict.word,
|
||||||
\ 'abbr' : a:dict.abbr,
|
\ 'abbr' : abbr,
|
||||||
\ 'description' : a:dict.word,
|
\ 'description' : a:dict.word,
|
||||||
\ 'menu' : menu_pattern.abbr,
|
\ 'menu' : menu_pattern.abbr,
|
||||||
\ 'options' : a:dict.options,
|
\ 'options' : a:dict.options,
|
||||||
|
Loading…
Reference in New Issue
Block a user