From ba7e1c3f1b785e61be019d24b112b5ba0c0cdd04 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jan 22 2016 10:20:19 +0000 Subject: - patchlevel 1152 --- diff --git a/.gitignore b/.gitignore index 868c651..cc5e20d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ vim-7.2.tar.bz2 /vim-7.4-1131.tar.bz2 /vim-7.4-1143.tar.bz2 /vim-7.4-1147.tar.bz2 +/vim-7.4-1152.tar.bz2 diff --git a/README.patches b/README.patches index 9f8c7a9..05ee559 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,52 @@ +commit 09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3 +Author: Bram Moolenaar +Date: Thu Jan 21 23:53:06 2016 +0100 + + patch 7.4.1152 + Problem: Langmap test fails with normal build. + Solution: Check for +langmap feature. + +commit 13d5aeef56e3140a8eb8f40c7062aa1c5700f76e +Author: Bram Moolenaar +Date: Thu Jan 21 23:36:05 2016 +0100 + + Update runtime files + +commit 5f8a14b9dea094b8bbab94cfc1e8da8e633fbc01 +Author: Bram Moolenaar +Date: Thu Jan 21 23:34:58 2016 +0100 + + patch 7.4.1151 + Problem: Missing change to eval.c + Solution: Also change feedkeys(). + +commit 25281634cda03ce302aaf9f906a9520b5f81f91e +Author: Bram Moolenaar +Date: Thu Jan 21 23:32:32 2016 +0100 + + patch 7.4.1150 + Problem: 'langmap' applies to the first character typed in Select mode. + (David Watson) + Solution: Check for SELECTMODE. (Christian Brabandt, closes #572) + Add the 'x' flag to feedkeys(). + +commit d6357e8f93c50f984ffd69c3a0d247d8603f86c3 +Author: Bram Moolenaar +Date: Thu Jan 21 21:48:09 2016 +0100 + + patch 7.4.1149 + Problem: Using the local value of 'errorformat' causes more problems than + it solves. + Solution: Revert 7.4.1013. + +commit e5f2be61595fbbba77261f3bf1e032fe03a1966d +Author: Bram Moolenaar +Date: Thu Jan 21 20:24:34 2016 +0100 + + patch 7.4.1148 + Problem: Default for MingW and Cygwin is still "normal". + Solution: Use "huge" as default. (Ken Takata) + commit 88e8f9f14434a7cd538d0c159dc432bea869a5bd Author: Bram Moolenaar Date: Wed Jan 20 22:48:02 2016 +0100 diff --git a/sources b/sources index e8c4b48..98663f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4a2b501d462568649ba3ec79a6c31e1 vim-7.4-1147.tar.bz2 +46bd53ff086d6d6be461181a1dab5170 vim-7.4-1152.tar.bz2 diff --git a/vim.spec b/vim.spec index 7acce8e..31acf4c 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1147 +%define patchlevel 1152 %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 Jan 22 2016 Karsten Hopp 7.4.1152-1 +- patchlevel 1152 + * Thu Jan 21 2016 Karsten Hopp 7.4.1147-1 - patchlevel 1147