mirror of
https://github.com/vim/vim.git
synced 2026-06-10 15:37:26 +02:00
7e55dae2fe
Problem: tests: Test_invalid_args() fails on GTK4 builds when
xterm_clipboard is not enabled
Solution: Add has('xterm_clipboard') check to the test, while at it,
also document the --display argument.
closes: #20318
Signed-off-by: Christian Brabandt <cb@256bit.org>