From efc70f28b7fbed9fcf404a1b454b3894bd2fee21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 2 Jun 2013 08:59:18 +0300 Subject: [PATCH] updated to 7.3.1090 7.3.1085 new regexp engine: Non-greedy multi doesn't work 7.3.1086 old regexp engine accepts illegal range, new one doesn't 7.3.1087 a leading star is not seen as a normal char when \{} follows 7.3.1089 tests 86 and 87 fail on MS-Windows 7.3.1090 new regexp engine does not support \z1 .. \z9 and \z( --- sources | 6 ++++++ vim.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sources b/sources index 4b24c01..c9a8c9f 100644 --- a/sources +++ b/sources @@ -1081,3 +1081,9 @@ bd9424173b68dc0df95bcceee606f99c 7.3.1081 f235a6ba2c76e8333ebae990e383e45a 7.3.1082 6f12d07f0094a8d92af49d12f01a5a5c 7.3.1083 7e01e4d3df130ae172a3aaf84a0f62f3 7.3.1084 +fe9b7b5009966b413a99807ea5972932 7.3.1085 +488308dc3fb97b9a3864fdd836226c8d 7.3.1086 +acdedbca097102d0c50b29da1522fc1f 7.3.1087 +20d47860a651d979f73467ca7736ddb5 7.3.1088 +7200889afbc122a62ccbf5560c5ce380 7.3.1089 +8f5cd319369e4bb749b4564e34cb3073 7.3.1090 diff --git a/vim.spec b/vim.spec index 7e3df93..e3b6468 100644 --- a/vim.spec +++ b/vim.spec @@ -26,7 +26,7 @@ # tail -n1 sources | awk '{print $2}' %define ver 7.3 -%define patchlevel 1084 +%define patchlevel 1090 %define rel 1 Summary: Vi IMproved - a Vi clone Summary(de.UTF-8): VIsual editor iMproved -- 2.44.0