diff --git a/autoload/zencoding.vim b/autoload/zencoding.vim index 63bf90e..4cc6283 100644 --- a/autoload/zencoding.vim +++ b/autoload/zencoding.vim @@ -443,7 +443,7 @@ function! zencoding#expandAbbr(mode, abbr) range let expand .= '${cursor}' endif endif - let expand = substitute(expand, '\${\%(lorem\|ipsum\)\(\d*\)}', '\=zencoding#util#lorem(submatch(1))', 'g') + let expand = substitute(expand, '\${\%(lorem\|lipsum\)\(\d*\)}', '\=zencoding#util#lorem(submatch(1))', 'g') let expand = substitute(expand, '${lang}', s:zen_settings.lang, 'g') let expand = substitute(expand, '${charset}', s:zen_settings.charset, 'g') if has_key(s:zen_settings, 'timezone') && len(s:zen_settings.timezone)