]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(mswin): still another clipboard_working test
authorChristian Brabandt <cb@256bit.org>
Thu, 14 Mar 2024 06:55:48 +0000 (07:55 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 14 Mar 2024 06:59:09 +0000 (07:59 +0100)
commit45da32964d6e7e635af8fcf0b42e974b0b536ed3
tree9edead7f652dcc47403950f85ff8adae7341e4e4
parent0a32b8854b52381fd17a6fcc5e38a3b9e77c8923
runtime(mswin): still another clipboard_working test

Commit 760f664213dea9a300454992ba1589f4601d622f missed to revert back
another test for `if has('clipboard_working')`

So change the remaining check around the inoremap <c-v> mappings.

fixes #14195

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/mswin.vim