mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Revert 08eb534c42, because test is failing
This commit is contained in:
@@ -147,7 +147,7 @@ function! s:install_plugin(mode, buffer)
|
||||
let key = g:user_emmet_leader_key . item.key
|
||||
endif
|
||||
if len(maparg(key, item.mode)) == 0
|
||||
exe item.mode . 'map ' . buffer . ' <unique> ' . key . ' <c-g>u<plug>(' . item.plug . ')'
|
||||
exe item.mode . 'map ' . buffer . ' <unique> ' . key . ' <plug>(' . item.plug . ')'
|
||||
endif
|
||||
endfor
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user