]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0457: tests: test_gui fails on Wayland v9.1.0457
authorChristian Brabandt <cb@256bit.org>
Sat, 1 Jun 2024 18:55:09 +0000 (20:55 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Jun 2024 18:59:14 +0000 (20:59 +0200)
commite5bc2e4bc9e7456daef480dd422252dbf444c58c
tree3c457d06467797b18f7d2db709b600ab3a086a3e
parent88d4f255b7b7a19bb4f6489e0ad0956e47d51fed
patch 9.1.0457: tests: test_gui fails on Wayland

v:windowid is set in GUI buils with Wayland

Problem:  tests: test_gui fails on Wayland
          (after: 9.1.0064, Gary Johnson)
Solution: drop the "empty($WAYLAND_DISPLAY)" condition in the test

fixes: #14886

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
src/testdir/test_gui.vim
src/version.c