- Fixed set of abbr.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user