mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-05-24 17:28:39 +08:00
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:
+1
-1
@@ -107,7 +107,7 @@ function! emmet#expandAbbrIntelligent(feedkey)
|
|||||||
if !emmet#isExpandable()
|
if !emmet#isExpandable()
|
||||||
return a:feedkey
|
return a:feedkey
|
||||||
endif
|
endif
|
||||||
return "\<plug>(EmmetExpandAbbr)"
|
return "\<plug>(emmet-expand-abbr)"
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#isExpandable()
|
function! emmet#isExpandable()
|
||||||
|
|||||||
Reference in New Issue
Block a user