Skip to content

Commit

Permalink
bugfix for overlay error
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 1, 2024
1 parent da946bc commit 3c183cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/easycomplete/popup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function! s:IsOverlay()
return v:false
endif
" if empty(pum_getpos()) | return v:false | endif
if empty(getwininfo(float_winid)) | return v:false | endif
let float_config = getwininfo(float_winid)[0]
let pum_config = g:env_is_vim ? pum_getpos() : easycomplete#pum#PumGetPos()
let overlay = v:false
Expand Down

0 comments on commit 3c183cb

Please sign in to comment.