This commit is contained in:
mattn
2013-11-28 09:39:26 +09:00
parent 47f27f8c3d
commit 2ecc25f727
3 changed files with 21 additions and 18 deletions

View File

@@ -324,3 +324,7 @@ function! emmet#util#getcurpos()
endif
return pos
endfunction
function! emmet#closePopup()
return pumvisible() ? "\<c-e>" : ""
endfunction