Blame SOURCES/vim-8.0-copy-paste.patch

95b286
diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
95b286
--- vim80/runtime/defaults.vim.copy-paste	2016-12-19 09:01:20.351119199 +0100
95b286
+++ vim80/runtime/defaults.vim	2016-12-19 09:01:53.735738941 +0100
95b286
@@ -64,12 +64,6 @@ map Q gq
95b286
 " Revert with ":iunmap <C-U>".
95b286
 inoremap <C-U> <C-G>u<C-U>
95b286
 
95b286
-" In many terminal emulators the mouse works just fine.  By enabling it you
95b286
-" can position the cursor, Visually select and scroll with the mouse.
95b286
-if has('mouse')
95b286
-  set mouse=a
95b286
-endif
95b286
-
95b286
 " Switch syntax highlighting on when the terminal has colors or when using the
95b286
 " GUI (which always has colors).
95b286
 if &t_Co > 2 || has("gui_running")