]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(mswin): Use unnamed register when clipboard not working (#13813)
authorShixian Li <34830785+znsoooo@users.noreply.github.com>
Sun, 3 Mar 2024 15:41:46 +0000 (23:41 +0800)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2024 15:41:46 +0000 (16:41 +0100)
commitd9ebd46bd090c598adc82e683b4462909f2d4ea5
treeb5b55065724ff01ba73b8f6f09375c17838a4692
parentd3eae7bc116297f70220f21ded436ed0a88066d8
runtime(mswin): Use unnamed register when clipboard not working (#13813)

* Use unnamed register while clipboard not exist
* Do not need to specify the unnamed register explicitly
fixes: #13809

Signed-off-by: Shixian Li <lsx7@sina.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/mswin.vim