- patchlevel 388
This commit is contained in:
parent
f1074f66d2
commit
dd49960536
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/vim-8.0-363.tar.bz2
|
||||
/vim-8.0-381.tar.bz2
|
||||
/vim-8.0-386.tar.bz2
|
||||
/vim-8.0-388.tar.bz2
|
||||
|
@ -1,3 +1,23 @@
|
||||
commit 1159b168dd94c1a25b4284c6544de385855df6f6
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Tue Feb 28 21:53:56 2017 +0100
|
||||
|
||||
patch 8.0.0388: filtering lines changes folds
|
||||
|
||||
Problem: filtering lines through "cat", without changing the line count,
|
||||
changes manual folds.
|
||||
Solution: Change how marks and folds are adjusted. (Matthew Malcomson, from
|
||||
neovim #6194.
|
||||
|
||||
commit b113c3a618113122e62697dd73427261f8c51b2c
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Tue Feb 28 21:26:17 2017 +0100
|
||||
|
||||
patch 8.0.0387: compiler warnings
|
||||
|
||||
Problem: compiler warnings
|
||||
Solution: Add type casts. (Christian Brabandt)
|
||||
|
||||
commit 5b3af14b34c97ab58bfd4699bc2f3e5a2b704117
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon Feb 27 22:59:40 2017 +0100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-386.tar.bz2) = 2876e4517ec79e1be02b814d07adc9c47eaddbb447e05fa1e16ee9d1b5e919e77b3bfb148cdd5c4cdafc3bcf0dd952734158a6e41ae3372abe2d5ecc62cd2a60
|
||||
SHA512 (vim-8.0-388.tar.bz2) = d02f76ed7025af384e14d4bdd1294cb7b7f3c0de6f89afb21e21852c16e7d62a1d2c8e8fddf6d22f17bf9d2464ee41bde21ae3e15f61bfe65717c11faff30d58
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 386
|
||||
%define patchlevel 388
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -763,6 +763,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.388-1
|
||||
- patchlevel 388
|
||||
|
||||
* Tue Feb 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.386-1
|
||||
- patchlevel 386
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user