From 857ecdb813b0dea907a42565a4cb64c3a0147a37 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 3 Jun 2013 22:27:41 +0900 Subject: [PATCH] Fix typo --- autoload/zencoding.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)