File vim-8.0.1568-defaults.patch of Package vim.16074

Index: vim-8.0.1568/runtime/defaults.vim
===================================================================
--- vim-8.0.1568.orig/runtime/defaults.vim
+++ vim-8.0.1568/runtime/defaults.vim
@@ -75,9 +75,11 @@ inoremap <C-U> <C-G>u<C-U>
 
 " In many terminal emulators the mouse works just fine.  By enabling it you
 " can position the cursor, Visually select and scroll with the mouse.
-if has('mouse')
-  set mouse=a
-endif
+" disabled in (open)SUSE to make copy&paste work as most people
+" expect it bsc#1079185
+"if has('mouse')
+"  set mouse=a
+"endif
 
 " Switch syntax highlighting on when the terminal has colors or when using the
 " GUI (which always has colors).
@@ -139,3 +141,6 @@ if has('langmap') && exists('+langremap'
   " compatible).
   set nolangremap
 endif
+
+" include SUSE tweaks
+ru suse.vim
openSUSE Build Service is sponsored by