f24->f25 vim: copy paste no longer works (bug #1401410) - change mouse default setting to 'v'

This commit is contained in:
Zdenek Dohnal 2016-12-15 18:03:57 +01:00
commit f0c152c2b2
3 changed files with 7 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (vim-8.0-133.tar.bz2) = 0f8db381de64f5b48b3899c11f343407cbc4f47f434200aab320bf479e62f29ce90d2a37e6daf4f440e096a73f80feeb4ee5c794a0cb00acef3399d519d85db3
SHA512 (vim-8.0-133.tar.bz2) = bf2307afe3607f5fc768ce2537e2e829a435679f6e2d0fc2fe7039007210d8c73e06ba88e4daa90ee6db84f20a632495253f42d46d2381df708f1c855a99c4d4

View File

@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Release: 3%{?dist}
License: Vim
Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -756,6 +756,10 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Thu Dec 15 2016 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.133-3
- f24->f25 vim: copy paste no longer works (bug #1401410) - change mouse default setting to 'v'
>>>>>>> f25
* Thu Dec 15 2016 Karsten Hopp <karsten@redhat.com> - 8.0.133-2
- fix fstab syntax highlighting (rhbz#1365258)

1
vimrc
View File

@ -10,6 +10,7 @@ set viminfo='20,\"50 " read/write a .viminfo file, don't store more
" than 50 lines of registers
set history=50 " keep 50 lines of command line history
set ruler " show the cursor position all the time
set mouse=v
" Only do this part when compiled with support for autocommands
if has("autocmd")