]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0536: tests: Test_invalid_args() fails on GTK4 without xterm_clipboard v9.2.0536
authorChristian Brabandt <cb@256bit.org>
Mon, 25 May 2026 16:59:58 +0000 (16:59 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 25 May 2026 16:59:58 +0000 (16:59 +0000)
commit7e55dae2fe1d27c4130da03add4e8970dcd57e74
tree1b5d46754123cb4037f6b46f940ce76ab0ba4569
parentdfdeba16d7930e4a1fb8cf0003656b13da8ffffc
patch 9.2.0536: tests: Test_invalid_args() fails on GTK4 without xterm_clipboard

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>
runtime/doc/starting.txt
runtime/doc/tags
runtime/doc/vim.1
runtime/doc/vim.man
src/testdir/test_startup.vim
src/version.c