- Fixed set of abbr.

This commit is contained in:
Shougo Matsushita 2012-11-02 14:13:08 +09:00
parent cd41822fe1
commit c3ea9a5d18

View File

@ -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,