f24->f25 vim: copy paste no longer works (bug #1401410) - fixing error in prep
This commit is contained in:
parent
7b7b6b0cfe
commit
c3290cf2b2
@ -1,6 +1,6 @@
|
|||||||
diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
|
diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
|
||||||
--- vim80/runtime/defaults.vim.copy-paste 2016-12-19 08:33:07.270919287 +0100
|
--- vim80/runtime/defaults.vim.copy-paste 2016-12-19 09:01:20.351119199 +0100
|
||||||
+++ vim80/runtime/defaults.vim 2016-12-19 08:51:51.196438644 +0100
|
+++ vim80/runtime/defaults.vim 2016-12-19 09:01:53.735738941 +0100
|
||||||
@@ -64,12 +64,6 @@ map Q gq
|
@@ -64,12 +64,6 @@ map Q gq
|
||||||
" Revert with ":iunmap <C-U>".
|
" Revert with ":iunmap <C-U>".
|
||||||
inoremap <C-U> <C-G>u<C-U>
|
inoremap <C-U> <C-G>u<C-U>
|
||||||
@ -8,7 +8,7 @@ diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
|
|||||||
-" In many terminal emulators the mouse works just fine. By enabling it you
|
-" In many terminal emulators the mouse works just fine. By enabling it you
|
||||||
-" can position the cursor, Visually select and scroll with the mouse.
|
-" can position the cursor, Visually select and scroll with the mouse.
|
||||||
-if has('mouse')
|
-if has('mouse')
|
||||||
- set mouse=v
|
- set mouse=a
|
||||||
-endif
|
-endif
|
||||||
-
|
-
|
||||||
" Switch syntax highlighting on when the terminal has colors or when using the
|
" Switch syntax highlighting on when the terminal has colors or when using the
|
||||||
|
3
vim.spec
3
vim.spec
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
|
||||||
|
- f24->f25 vim: copy paste no longer works (bug #1401410) - fixing error in prep
|
||||||
|
|
||||||
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
|
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
|
||||||
- f24->f25 vim: copy paste no longer works (bug #1401410) - deleting mouse setting block from defaults.vim
|
- f24->f25 vim: copy paste no longer works (bug #1401410) - deleting mouse setting block from defaults.vim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user