forked from VimPlug/emmet-vim
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