]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0868: the warning about missing clipboard can be improved v9.1.0868
authorChristian Brabandt <cb@256bit.org>
Sun, 17 Nov 2024 15:02:41 +0000 (16:02 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 17 Nov 2024 15:07:50 +0000 (16:07 +0100)
commit8b94afc2079cdb691de68f5909f9911358bdc560
treefcdc61086039f93776498e28a69fe5b41b53ce5f
parentdeda23f850ae384706f3f071366e5849498e6a76
patch 9.1.0868: the warning about missing clipboard can be improved

Problem:  the warning about missing clipboard can be improved
          (after v9.1.0852)
Solution: use different warnings depending on whether or not clipboard
          support is included in Vim, update related documentation

Improve the Warnings about missing clipboard registers

- Make it translatable
- Use a different warning, when clipboard support was not compiled in
- add a reference to :h W24
- explain in more detail the error message

closes: #16069

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/gui.txt
runtime/doc/gui_x11.txt
runtime/doc/tags
src/message.c
src/testdir/test_registers.vim
src/version.c