]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.3.1030
authorElan Ruusamäe <glen@delfi.ee>
Sun, 26 May 2013 23:59:28 +0000 (02:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 26 May 2013 23:59:28 +0000 (02:59 +0300)
7.3.1021  new regexp engine does not ignore order of composing chars
7.3.1022  compiler warning for shadowed variable
7.3.1023  mixed results for pattern with composing char only and \Z
7.3.1024  new regexp: End of matching pattern not set correctly
7.3.1025  new regexp: not matching newline in string
7.3.1026  new regexp: pattern that includs a new-line matches too early
7.3.1027  new regexp performance: Calling no_Magic() very often
7.3.1028  new regexp performance: Copying a lot of position state
7.3.1030  (after 7.3.1028) can't build for debugging

sources
vim.spec

diff --git a/sources b/sources
index cb3fcde54516ef8e20a58664142f044d54728032..12308c937bf2f30f5b5a9d9e4eb78bf3ebf8574b 100644 (file)
--- a/sources
+++ b/sources
@@ -1017,3 +1017,13 @@ a0c5d9dbff50ab275622544504a9acc7  7.3.1017
 6416c1916f6dce1034b972cd9458cfb5  7.3.1018
 1cd9b04df16370ac7771220971e3de3f  7.3.1019
 625fcff7f6397968a68d8656f2d05093  7.3.1020
+cf3384d8769ad3aa384636e606d0ced8  7.3.1021
+d8b73f959ddb3d9192cf593f77dafe1c  7.3.1022
+a49f8d63416e53ba72b3ca7a333c4b04  7.3.1023
+896ebc1cedb2c623b366ef51d712dc3c  7.3.1024
+333054e67052fad4694fe469e6c26a67  7.3.1025
+a80c3c7c49fdc48d39a5ef19252bd2a3  7.3.1026
+bc22b72210f510c3ba027d1ea9de294e  7.3.1027
+cd02a8606920052a493cd15911a617bd  7.3.1028
+e7928dc87511fdf95f76d9f984aa3d4d  7.3.1029
+61a678069f5bc10b7b1a5cb7aecea561  7.3.1030
index e184c900ac4e4de8cc927dccb566862eca1b0f82..401e0bd9ae9212bee65720bb31c1468c941496b8 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -26,7 +26,7 @@
 # tail -n1 sources | awk '{print $2}'
 
 %define                ver             7.3
-%define                patchlevel      1020
+%define                patchlevel      1030
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
This page took 0.137828 seconds and 4 git commands to generate.