mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
oops.
This commit is contained in:
@@ -1041,13 +1041,13 @@ if !exists('g:user_zen_expandword_key')
|
|||||||
let g:user_zen_expandword_key = '<c-z>.'
|
let g:user_zen_expandword_key = '<c-z>.'
|
||||||
endif
|
endif
|
||||||
if !hasmapto(g:user_zen_expandword_key)
|
if !hasmapto(g:user_zen_expandword_key)
|
||||||
imap <c-z>. <plug>ZenCodingExpandWord
|
exe "imap " . g:user_zen_expandword_key . " <plug>ZenCodingExpandWord"
|
||||||
endif
|
endif
|
||||||
if !exists('g:user_zen_expandabbr_key')
|
if !exists('g:user_zen_expandabbr_key')
|
||||||
let g:user_zen_expandabbr_key = '<c-z>,'
|
let g:user_zen_expandabbr_key = '<c-z>,'
|
||||||
endif
|
endif
|
||||||
if !hasmapto(g:user_zen_expandabbr_key)
|
if !hasmapto(g:user_zen_expandabbr_key)
|
||||||
imap <c-z>, <plug>ZenCodingExpandAbbr
|
exe "imap " . g:user_zen_expandabbr_key . " <plug>ZenCodingExpandAbbr"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! s:zen_mergeConfig(lhs, rhs)
|
function! s:zen_mergeConfig(lhs, rhs)
|
||||||
|
|||||||
Reference in New Issue
Block a user