mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Problem: Wayland: uses $XDG_SEAT to determine seat to use (dr0bz, after v9.1.1485) Solution: Do not try to determine the seat from $XDG_SEAT, remove the code that checks for this environment variable (Foxe Chen). related: https://github.com/vim/vim/issues/5157#issuecomment-3015248239 closes: #17625 Signed-off-by: Foxe Chen <chen.foxe@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>