-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
incsearch
highlighting disappears or is sometimes wrong
- [All versions] Occurs when using
wilder#popupmenu_renderer()
when searching - [Neovim 0.5] Occurs for both
wilder#popupmenu_renderer()
andwilder#wildmenu_renderer()
when searching and the current window view changes (e.g. moves due toincsearch
)
See neovim/neovim#14064
See neovim/neovim#12495 (outdated)
A workaround is to use wilder#wildmenu_renderer({'mode': 'statusline'})
for searching.
Update: the statusline
workaround doesn't work for Neovim 0.6 nightly.
yutkat, eddyekofo94, Frederick888 and Gelio