f24->f25 vim: copy paste no longer works (bug #1401410) - deleting mouse setting block from defaults.vim
This commit is contained in:
parent
43f7831c2c
commit
7b7b6b0cfe
@ -1,12 +1,16 @@
|
|||||||
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 07:57:32.295973442 +0100
|
--- vim80/runtime/defaults.vim.copy-paste 2016-12-19 08:33:07.270919287 +0100
|
||||||
+++ vim80/runtime/defaults.vim 2016-12-19 07:58:44.760101540 +0100
|
+++ vim80/runtime/defaults.vim 2016-12-19 08:51:51.196438644 +0100
|
||||||
@@ -67,7 +67,7 @@ inoremap <C-U> <C-G>u<C-U>
|
@@ -64,12 +64,6 @@ map Q gq
|
||||||
" In many terminal emulators the mouse works just fine. By enabling it you
|
" Revert with ":iunmap <C-U>".
|
||||||
" can position the cursor, Visually select and scroll with the mouse.
|
inoremap <C-U> <C-G>u<C-U>
|
||||||
if has('mouse')
|
|
||||||
- set mouse=a
|
|
||||||
+ set mouse=v
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
-" 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=v
|
||||||
|
-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
|
||||||
|
" GUI (which always has colors).
|
||||||
|
if &t_Co > 2 || has("gui_running")
|
||||||
|
5
vim.spec
5
vim.spec
@ -21,7 +21,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Vim
|
License: Vim
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
@ -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) - deleting mouse setting block from defaults.vim
|
||||||
|
|
||||||
* Mon Dec 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.134-1
|
* Mon Dec 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.134-1
|
||||||
- patchlevel 134
|
- patchlevel 134
|
||||||
- f24->f25 vim: copy paste no longer works (bug #1401410) - revert previous changes, set mouse=v in defaults.vim
|
- f24->f25 vim: copy paste no longer works (bug #1401410) - revert previous changes, set mouse=v in defaults.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user