diff --git a/autoload/emmet.vim b/autoload/emmet.vim index 1d39df3..7a11eeb 100644 --- a/autoload/emmet.vim +++ b/autoload/emmet.vim @@ -107,7 +107,7 @@ function! emmet#expandAbbrIntelligent(feedkey) if !emmet#isExpandable() return a:feedkey endif - return "\(EmmetExpandAbbr)" + return "\(emmet-expand-abbr)" endfunction function! emmet#isExpandable()