- Fixed set of abbr.

This commit is contained in:
Shougo Matsushita 2012-11-02 14:13:08 +09:00
parent cd41822fe1
commit c3ea9a5d18
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ function! s:initialize_snippet(dict, path, line, pattern, name)"{{{
let dict = {
\ 'word' : a:dict.name, 'snip' : a:dict.word,
\ 'abbr' : a:dict.abbr,
\ 'abbr' : abbr,
\ 'description' : a:dict.word,
\ 'menu' : menu_pattern.abbr,
\ 'options' : a:dict.options,