- patchlevel 275
This commit is contained in:
parent
8f327569bc
commit
0653c8dae3
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/vim-8.0-238.tar.bz2
|
/vim-8.0-238.tar.bz2
|
||||||
/vim-8.0-271.tar.bz2
|
/vim-8.0-271.tar.bz2
|
||||||
/vim-8.0-273.tar.bz2
|
/vim-8.0-273.tar.bz2
|
||||||
|
/vim-8.0-275.tar.bz2
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
commit e3caa1109072b9655f8d5103c92efd73177f8577
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Tue Jan 31 22:07:42 2017 +0100
|
||||||
|
|
||||||
|
patch 8.0.0275: the screen may be updated at the wrong time
|
||||||
|
|
||||||
|
Problem: When checking for CTRL-C typed the GUI may detect a screen resize
|
||||||
|
and redraw the screen, causing trouble.
|
||||||
|
Solution: Set updating_screen in ui_breakcheck().
|
||||||
|
|
||||||
|
commit 070b33da93ad3a191664bb61f5ccc50781460c03
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Tue Jan 31 21:53:39 2017 +0100
|
||||||
|
|
||||||
|
patch 8.0.0274: possible recursive screen updating causes trouble
|
||||||
|
|
||||||
|
Problem: When update_single_line() is called recursively, or another screen
|
||||||
|
update happens while it is busy, errors may occur.
|
||||||
|
Solution: Check and update updating_screen. (Christian Brabandt)
|
||||||
|
|
||||||
commit c4a249a736d40ec54794827ef95804c225d0e38f
|
commit c4a249a736d40ec54794827ef95804c225d0e38f
|
||||||
Author: Bram Moolenaar <Bram@vim.org>
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
Date: Mon Jan 30 22:56:48 2017 +0100
|
Date: Mon Jan 30 22:56:48 2017 +0100
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.0-273.tar.bz2) = 765abf4ae172391f1d075026c1d11bb111d7936bc28ebd87803f494784255d07348a423477ac5021983af5407a7c83d5bc69f6e24fceb8c9b731353d8f4450d3
|
SHA512 (vim-8.0-275.tar.bz2) = 8b54d6cd11fb1360235bb180e229e176e9aa112bf3be61c53c4b7577f4358678f05e16dcb88dd61305cc2536d8afd33fb0511324ee6ff3acdb20f78c41be3f0a
|
||||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 273
|
%define patchlevel 275
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.275-1
|
||||||
|
- patchlevel 275
|
||||||
|
|
||||||
* Tue Jan 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.273-1
|
* Tue Jan 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.273-1
|
||||||
- patchlevel 273
|
- patchlevel 273
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user