- patchlevel 515

This commit is contained in:
Zdenek Dohnal 2017-03-28 14:08:53 +02:00
parent c21f758333
commit e87da3fd0b
4 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -55,3 +55,4 @@
/vim-8.0-502.tar.bz2
/vim-8.0-503.tar.bz2
/vim-8.0-514.tar.bz2
/vim-8.0-515.tar.bz2

View File

@ -1,3 +1,13 @@
commit d5d37537d1fa46fd468bd378af2006dd09840f38
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 27 23:02:07 2017 +0200
patch 8.0.0515: ml_get errors in silent Ex mode
Problem: ml_get errors in silent Ex mode. (Dominique Pelle)
Solution: Clear valid flags when setting the cursor. Set the topline when
not in full screen mode.
commit 980128c369451450743bdb90a67588fa72ec4b07
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 26 21:46:28 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-514.tar.bz2) = 0130f946a446d294a8ede7c1ace3f342b21528f0ec45cea8d530769de740e386428642df678cdf0ec0c2621f0042eaa32f83b6c3f66ef668dc7bc77983be06c4
SHA512 (vim-8.0-515.tar.bz2) = ca67fd981179fe50aca6c844b46e5d6e0b507e35c54de22652e7aa10d6eba35c1d9bf2bad71c464ffe751d23a99674deae5f7de15962abbdc693e3b47d983dcc

View File

@ -1,4 +1,4 @@
%define patchlevel 514
%define patchlevel 515
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -765,6 +765,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Mar 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.515-1
- patchlevel 515
* Mon Mar 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.514-1
- patchlevel 514
- 1436124 - VIM chooses ft=bindzone for sudoedit /etc/named.conf