This commit is contained in:
mattn
2013-06-03 22:27:41 +09:00
parent aabea8343f
commit 857ecdb813

View File

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