mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-23 02:41:28 +08:00
Fixes #173
This commit is contained in:
@@ -324,3 +324,7 @@ function! emmet#util#getcurpos()
|
||||
endif
|
||||
return pos
|
||||
endfunction
|
||||
|
||||
function! emmet#closePopup()
|
||||
return pumvisible() ? "\<c-e>" : ""
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user