diff --git a/vim-8.0-copy-paste.patch b/vim-8.0-copy-paste.patch
deleted file mode 100644
index 203cbb7..0000000
--- a/vim-8.0-copy-paste.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -up vim82/runtime/defaults.vim.copypaste vim82/runtime/defaults.vim
---- vim82/runtime/defaults.vim.copypaste	2020-10-06 17:03:19.276066889 +0200
-+++ vim82/runtime/defaults.vim	2020-10-06 17:04:30.437448603 +0200
-@@ -73,18 +73,6 @@ map Q gq
- " Revert with ":iunmap <C-U>".
- 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.
--" Only xterm can grab the mouse events when using the shift key, for other
--" terminals use ":", select text and press Esc.
--if has('mouse')
--  if &term =~ 'xterm'
--    set mouse=a
--  else
--    set mouse=nvi
--  endif
--endif
--
- " Only do this part when Vim was compiled with the +eval feature.
- if 1
- 
diff --git a/vim.spec b/vim.spec
index 06582a6..1639638 100644
--- a/vim.spec
+++ b/vim.spec
@@ -29,7 +29,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 2
 License: Vim and MIT
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -66,7 +66,6 @@ Patch3010: vim-7.3-manpage-typo-668894-675480.patch
 Patch3011: vim-manpagefixes-948566.patch
 Patch3013: vim-7.4-globalsyntax.patch
 Patch3014: vim-7.4-releasestring-1318991.patch
-Patch3016: vim-8.0-copy-paste.patch
 # migrate shebangs in script to /usr/bin/python3 and use python2 when necessary
 Patch3017: vim-python3-tests.patch
 # fips warning
@@ -329,7 +328,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch3011 -p1
 %patch3013 -p1
 %patch3014 -p1
-%patch3016 -p1 -b .copypaste
 %patch3017 -p1 -b .python-tests
 %patch3018 -p1 -b .fips-warning
 
@@ -904,6 +902,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
 %endif
 
 %changelog
+* Thu Sep 23 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
+- remove downstream patch vim-8.0-copypaste.patch - put mouse settings into defaults.vim again
+
 * Mon Sep 06 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-1
 - patchlevel 3404