summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/mswin.vim2
1 files changed, 1 insertions, 1 deletions
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 <script> <C-V> <C-G>u' . paste#paste_cmd['i']
exe 'vnoremap <script> <C-V> ' . paste#paste_cmd['v']
endif