Merge branch 'f27'

This commit is contained in:
Zdenek Dohnal 2017-09-22 11:13:13 +02:00
commit 483b4061f7
4 changed files with 35 additions and 3 deletions

1
.gitignore vendored
View File

@ -117,3 +117,4 @@
/vim-8.0-1123.tar.bz2 /vim-8.0-1123.tar.bz2
/vim-8.0-1127.tar.bz2 /vim-8.0-1127.tar.bz2
/vim-8.0-1129.tar.bz2 /vim-8.0-1129.tar.bz2
/vim-8.0-1132.tar.bz2

View File

@ -1,3 +1,31 @@
commit fc7649f8b82efbb4c7066567dd69192d97a2749f
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 21 22:46:47 2017 +0200
patch 8.0.1132: #if condition is not portable
Problem: #if condition is not portable.
Solution: Add defined(). (Zuloloxi, closes #2136)
commit b00fdf6eed5fec589a86655249a851c2d9ba3bb8
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 21 22:16:21 2017 +0200
patch 8.0.1131: not easy to trigger an autocommand for new terminal window
Problem: It is not easy to trigger an autocommand for new terminal window.
(Marco Restelli)
Solution: Trigger BufWinEnter after setting 'buftype'.
commit 9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 20 22:43:02 2017 +0200
patch 8.0.1130: the qf_jump() function is still too long
Problem: The qf_jump() function is still too long.
Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
commit 2e6ab18729a634f3223a92be318e98e87b572a7b commit 2e6ab18729a634f3223a92be318e98e87b572a7b
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 20 10:03:07 2017 +0200 Date: Wed Sep 20 10:03:07 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-1129.tar.bz2) = 61f239aec350f90583a8fd9d68cce2d4467cb605b184add4d6993488b9b18e8bb00a0ddb06ce280c7b5f669a02d49960ed684732866dfc05916a18f125506b14 SHA512 (vim-8.0-1132.tar.bz2) = 225de2979bc283428371dd5ed70bca74c1020f6b7fd5247a1fb096bb5b51f2c240f3d0690c9d39dfddd3944853eb132fc3da9df5906b64d4fb59a3ad86d4e7ea

View File

@ -1,4 +1,4 @@
%define patchlevel 1129 %define patchlevel 1132
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -24,7 +24,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: 2%{?dist} Release: 1%{?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
@ -774,6 +774,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Sep 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.1132-1
- patchlevel 1132
* Wed Sep 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1129-2 * Wed Sep 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1129-2
- vim-update.sh - update was in bad form - vim-update.sh - update was in bad form