Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 15, 2023
1 parent d67d804 commit 3d732f0
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 @@ -468,6 +468,7 @@ function! s:NVimShow(opt, windowtype, float_type)
" let hl_str = 'Normal:Pmenu,NormalNC:Pmenu'
let winargs = [s:buf[a:windowtype], 0, a:opt]
unlet winargs[2].filetype
unlet winargs[2].highlight
silent noa let winid = nvim_open_win(s:buf[a:windowtype], v:false, winargs[2])
let g:easycomplete_popup_win[a:windowtype] = winid
if has('nvim-0.10.0')
Expand Down

0 comments on commit 3d732f0

Please sign in to comment.