Merge pull request #198 from ctruett/master

Edited line 110 of autoload/emmet.vim to fix intelligent expansion. It w...
This commit is contained in:
mattn
2014-03-26 10:58:50 +09:00

View File

@@ -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()