mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-10 12:31:50 +08:00
Fix name of function
This commit is contained in:
@@ -325,6 +325,6 @@ function! emmet#util#getcurpos()
|
|||||||
return pos
|
return pos
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#closePopup()
|
function! emmet#util#closePopup()
|
||||||
return pumvisible() ? "\<c-e>" : ""
|
return pumvisible() ? "\<c-e>" : ""
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user