]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1973: some minor problems with clipboard provider code v9.1.1973
authorFoxe Chen <chen.foxe@gmail.com>
Fri, 12 Dec 2025 07:44:14 +0000 (08:44 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 12 Dec 2025 07:44:14 +0000 (08:44 +0100)
commit131d878aaa0d20efd3f2863633ba7cb5965b7233
treee1e671e91bd5d568352e9d9569c736b831063195
parentfcd3958dcb62011e865204f9c82da648f3635eae
patch 9.1.1973: some minor problems with clipboard provider code

Problem:  some minor problems with clipboard provider code
          (after v9.1.1972)
Solution: Fix minor issues (Foxe Chen)

- allow empty register type for paste function to mean automatic
- fix internal inc_clip_provider() and dec_clip_provider() functions not
  setting the pause count correctly
- don't call paste function when yanking

closes: #18909

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
src/clipboard.c
src/register.c
src/testdir/test_eval_stuff.vim
src/version.c