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

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