From c9fbd2a26ea3ab6493bd005a725c6e4fa479b301 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 18 2015 10:20:23 +0000 Subject: - patchlevel 977 --- diff --git a/.gitignore b/.gitignore index aa7740d..f0653fb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ vim-7.2.tar.bz2 /vim-7.4-969.tar.bz2 /vim-7.4-970.tar.bz2 /vim-7.4-972.tar.bz2 +/vim-7.4-977.tar.bz2 diff --git a/README.patches b/README.patches index 6b62d5b..6c5b86a 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,48 @@ +commit 9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0 +Author: Bram Moolenaar +Date: Thu Dec 17 21:14:58 2015 +0100 + + patch 7.4.977 + Problem: 'linebreak' does not work properly when using "space" in + 'listchars'. + Solution: (Hirohito Higashi, Christian Brabandt) + +commit 8def26a0f5f5535e9af64e715cb80845fc8ec322 +Author: Bram Moolenaar +Date: Thu Dec 17 15:34:53 2015 +0100 + + patch 7.4.976 + Problem: When compiling Vim for MSYS2 (linked with msys-2.0.dll), the Win32 + clipboard is not enabled. + Solution: Recognize MSYS like CYGWIN. (Ken Takata) + +commit 75e3ad019933f4879137775549261bf51985ab7d +Author: Bram Moolenaar +Date: Thu Dec 17 15:07:32 2015 +0100 + + patch 7.4.975 + Problem: Using ":sort" on a very big file sometimes causes text to be + corrupted. (John Beckett) + Solution: Copy the line into a buffer before calling ml_append(). + +commit f29a82dcd0914c76f595d475ddac4517371fab2b +Author: Bram Moolenaar +Date: Thu Dec 17 15:03:55 2015 +0100 + + patch 7.4.974 + Problem: When using :diffsplit the cursor jumps to the first line. + Solution: Put the cursor on the line related to where the cursor was before + the split. + +commit 6f62fed349bf829da2adb02619dc9acba13c8ab6 +Author: Bram Moolenaar +Date: Thu Dec 17 14:04:24 2015 +0100 + + patch 7.4.973 + Problem: When pasting on the command line line breaks result in literal + characters. This makes pasting a long file name difficult. + Solution: Skip the characters. + commit a98849670674264de699d7ab22ae4b9b32e78f4a Author: Bram Moolenaar Date: Sun Dec 13 15:08:56 2015 +0100 diff --git a/sources b/sources index 171f5c0..8238224 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d7dd5d41a30e6090426012cfc61ad0a vim-7.4-972.tar.bz2 +7a8ae8ba21f836b180360e144a592111 vim-7.4-977.tar.bz2 diff --git a/vim.spec b/vim.spec index 717b9d8..cc7900a 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 972 +%define patchlevel 977 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -756,6 +756,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Dec 18 2015 Karsten Hopp 7.4.977-1 +- patchlevel 977 + * Mon Dec 14 2015 Karsten Hopp 7.4.972-1 - patchlevel 972