mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 23:08:36 +00:00
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: vim/vim#20318
7e55dae2fe
Co-authored-by: Christian Brabandt <cb@256bit.org>