- patchlevel 142

This commit is contained in:
Zdenek Dohnal 2017-01-03 10:20:58 +01:00
parent c3290cf2b2
commit 06b618ecbf
4 changed files with 83 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/vim-8.0-124.tar.bz2
/vim-8.0-133.tar.bz2
/vim-8.0-134.tar.bz2
/vim-8.0-142.tar.bz2

View File

@ -1,3 +1,79 @@
commit 0cdb72aa38c4a0140c94d56bf8bc17cb30260ebf
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 21:37:40 2017 +0100
patch 8.0.0142
Problem: Normal colors are wrong with 'termguicolors'.
Solution: Initialize to INVALCOLOR instead of zero. (Ben Jackson, closes
#1344)
commit bc2eada5424bff06f7eb77c032ecc067da52b846
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 21:27:47 2017 +0100
Updated runtime files.
commit 269aec7e615b7710139a69a4c715dfe534aa3a1a
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 18:32:39 2017 +0100
patch 8.0.0141
Problem: Nested function test fails on AppVeyor.
Solution: Disable the test on Windows for now.
commit f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 17:31:24 2017 +0100
patch 8.0.0140
Problem: Pasting inserted text in Visual mode does not work properly.
(Matthew Malcomson)
Solution: Stop Visual mode before stuffing the inserted text. (Christian
Brabandt, from neovim #5709)
commit 5e1e6d265d26ee2952c4a018a5ff72c950d2d700
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 17:26:00 2017 +0100
patch 8.0.0139
Problem: Warning for unused argument.
Solution: Add UNUSED.
commit b094ff4b2be4d8b7364c566a1cc7e27aa4452a50
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 16:16:39 2017 +0100
patch 8.0.0138
Problem: Small build fails.
Solution: Add #ifdef.
commit 777b30f827bcbe10a40640b1bf0361cb93a16be1
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 15:26:27 2017 +0100
patch 8.0.0137
Problem: When 'maxfuncdepth' is set above 200 the nesting is limited to
200. (Brett Stahlman)
Solution: Allow for Ex command recursion depending on 'maxfuncdepth'.
commit 54b2bfa399017ebae76ed62f21578261d1b55c1f
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 14:57:08 2017 +0100
patch 8.0.0136
Problem: When using indent folding and changing indent the wrong fold is
opened. (Jonathan Fudger)
Solution: Open the fold under the cursor a bit later. (Christian Brabandt)
commit ded2782783f352201ac0b05c6dbe4831adb4a58b
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 14:27:34 2017 +0100
patch 8.0.0135
Problem: An address relative to the current line, ":.,+3y", does not work
properly on a closed fold. (Efraim Yawitz)
Solution: Correct for including the closed fold. (Christian Brabandt)
commit c4bfedabe057c05f09a455a5851089e177fa9c00
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 14 21:42:00 2016 +0100

View File

@ -1 +1 @@
SHA512 (vim-8.0-134.tar.bz2) = f96cdb3e5fb2f53d4d1b8487da1929fd20d9a432526ce5eec45896ee2adfbec7762232635534639bd465bd3765840cdc95cc3d47194f38a5a44aa9182642d51c
SHA512 (vim-8.0-142.tar.bz2) = ec0b1d708191ca32365ead29196beec30f6639d38212b927f714142fcce99786ef444830322e21d0ed916c79e5a34464f03c98e022967aefae5d931601df22e5

View File

@ -1,4 +1,4 @@
%define patchlevel 134
%define patchlevel 142
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Release: 1%{?dist}
License: Vim
Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Jan 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.142-1
- patchlevel 142
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
- f24->f25 vim: copy paste no longer works (bug #1401410) - fixing error in prep