mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Edited line 103 of autoload/emmet.vim to fix intelligent expansion. It was trying to call a non-existant command.
This commit is contained in:
@@ -107,7 +107,7 @@ function! emmet#expandAbbrIntelligent(feedkey)
|
||||
if !emmet#isExpandable()
|
||||
return a:feedkey
|
||||
endif
|
||||
return "\<plug>(EmmetExpandAbbr)"
|
||||
return "\<plug>(emmet-expand-abbr)"
|
||||
endfunction
|
||||
|
||||
function! emmet#isExpandable()
|
||||
|
||||
Reference in New Issue
Block a user