Skip to content

Commit

Permalink
bugfix for #278
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 13, 2023
1 parent 332724d commit 5cecd10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/easycomplete/popup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ function! s:popup(info)
if easycomplete#FirstSelectedWithOptDefaultSelected()
" do nothing
" call easycomplete#popup#close("popup")
let s:event = v:event
let s:last_event = v:event
else
if s:is_nvim && g:easycomplete_popup_win["popup"] && s:event == s:last_event
return
Expand Down

0 comments on commit 5cecd10

Please sign in to comment.