mirror of
https://github.com/vim/vim.git
synced 2026-05-06 12:26:58 -04:00
7e76514896
Problem: VisualNOS not used when Wayland selection ownership lost
(lilydjwg)
Solution: Don't require X_DISPLAY != NULL to use VisualNOS
(Shane Harper).
fixes: #19914
related: #19812
related: #19659
closes: #20066
Signed-off-by: Shane Harper <shane@shaneharper.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>