]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1495: Wayland: uses $XDG_SEAT to determine seat v9.1.1495
authorFoxe Chen <chen.foxe@gmail.com>
Sun, 29 Jun 2025 16:00:46 +0000 (18:00 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Jun 2025 16:00:46 +0000 (18:00 +0200)
commit7a4cf4b2563232d7793c78ecfe95f6f4fdb06f9d
tree4fcb9247eeeb57f49827fe523c73119ebacf450d
parent1c0746829ebf2aafa5f9d351126770270000c16f
patch 9.1.1495: Wayland: uses $XDG_SEAT to determine seat

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>
runtime/doc/options.txt
src/version.c
src/wayland.c