forked from VimPlug/emmet-vim
Fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user