I don't have minimal repro yet.
image.png (view on web)https://asciinema.org/a/CKHDXSxgPhh9U2lb
@girishji fyi
First element of the pmenu shouldn't be wider that others.
9.2.782
debian13, alacritty, bash
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Repro steps, that gives slightly different but still wrong result:
cmdlineshadow.vim
vim9script
set wildmode=noselect:lastused,full
set wildoptions=pum,fuzzy pumheight=12
set pumopt=height:15,shadow
augroup CmdComplete
au!
autocmd CmdlineChanged : wildtrigger()
augroup END
colo darkblue
vim --clean -u cmdlineshadow.vim:hh—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Was there a PR that got merged that touched on redrawing of the screen -- specifically empty lines? The shadow is drawn correctly (:hh), but the previously drawn shadow (when :h) is not cleared completely, leaving one cell at the end of the top row of popup menu still containing shadow. If screen is filled with text then this problem does not happen.
When screen has empty lines (~):
when screen has no empty lines:
Screenshot.2026-07-10.at.4.05.22.PM.png (view on web)—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()