Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2018-03-29 11:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Thu Mar 29 11:48:05 2018 rev:208 rq:590762 version:8.0.1568

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-03-12 12:08:54.725496020 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2018-03-29 
11:48:08.322536457 +0200
@@ -1,0 +2,6 @@
+Fri Mar 23 12:15:38 UTC 2018 - lnus...@suse.de
+
+- instead of explicitly unsetting mouse, remove it from the defaults in the
+  first place (boo#1079185, vim-8.0.1568-defaults.patch)
+
+-------------------------------------------------------------------

New:
----
  vim-8.0.1568-defaults.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.w6yWTN/_old  2018-03-29 11:48:11.198432839 +0200
+++ /var/tmp/diff_new_pack.w6yWTN/_new  2018-03-29 11:48:11.202432695 +0200
@@ -60,6 +60,7 @@
 Patch23:        vim-8.0-ttytype-test.patch
 Patch24:        disable-unreliable-tests.patch
 Patch100:       vim73-no-static-libpython.patch
+Patch101:       vim-8.0.1568-defaults.patch
 BuildRequires:  autoconf
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -165,6 +166,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch100 -p1
+%patch101 -p1
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
 
 # Unreliable tests


++++++ suse.vimrc ++++++
--- /var/tmp/diff_new_pack.w6yWTN/_old  2018-03-29 11:48:11.330428083 +0200
+++ /var/tmp/diff_new_pack.w6yWTN/_new  2018-03-29 11:48:11.334427939 +0200
@@ -70,9 +70,6 @@
 " allow backspacing over everything in insert mode 
 set backspace=indent,eol,start
 
-" Fix cut-n-paste bsc#1079185
-set mouse=
-
 " Complete longest common string, then each full match
 " enable this for bash compatible behaviour
 " set wildmode=longest,full

++++++ vim-8.0.1568-defaults.patch ++++++
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).

Reply via email to