]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.3.1090
authorElan Ruusamäe <glen@delfi.ee>
Sun, 2 Jun 2013 05:59:18 +0000 (08:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 2 Jun 2013 05:59:18 +0000 (08:59 +0300)
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
vim.spec

diff --git a/sources b/sources
index 4b24c01686d4d2f307350bc3e0baa58b404bd31c..c9a8c9f054a4ac58219993914cc59ebae1d396bc 100644 (file)
--- 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
index 7e3df936269a99d837e61828615f862514606e18..e3b6468aa4c7a5aa68f5239456f07279aa9ee2a6 100644 (file)
--- 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
This page took 0.126594 seconds and 4 git commands to generate.