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