From: Christian Brabandt Date: Thu, 14 Mar 2024 06:55:48 +0000 (+0100) Subject: runtime(mswin): still another clipboard_working test X-Git-Tag: v9.1.0179~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45da32964d6e7e635af8fcf0b42e974b0b536ed3;p=thirdparty%2Fvim.git 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 mappings. fixes #14195 Signed-off-by: Christian Brabandt --- diff --git a/runtime/mswin.vim b/runtime/mswin.vim index 798d94061c..b2a3670eb1 100644 --- a/runtime/mswin.vim +++ b/runtime/mswin.vim @@ -67,7 +67,7 @@ endif " Uses the paste.vim autoload script. " Use CTRL-G u to have CTRL-Z only undo the paste. -if has("clipboard_working") +if has("clipboard") exe 'inoremap