]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.3.1105
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Jun 2013 05:59:26 +0000 (08:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Jun 2013 05:59:26 +0000 (08:59 +0300)
7.3.1091  new regexp engine: no error for \z1 or \z( when not working
7.3.1092  regexp debugging: can't build, debug output has wrong pattern
7.3.1093  new regexp engine: empty \1 skips a character
7.3.1094  new regexp engine: Attempts to match "^" at every character
7.3.1095  compiler warnings for shadowed variables
7.3.1096  Python: popitem() was not defined in a standard way
7.3.1097  Python: a few recently added items are not documented
7.3.1098  Python: Possible memory leaks
7.3.1099  Python: changing directory causes problems
7.3.1100  Python: a few more memory problems
7.3.1101  configure doesn't find Python 3 on Ubuntu 13.04
7.3.1102  completion of ":py3do" and ":py3file" fails after ":py3"
7.3.1103  new regexp engine: overhead in saving and restoring
7.3.1104  new regexp engine does not handle "~"
7.3.1105  new regexp engine: too much code in one function; dead code

sources
vim.spec

diff --git a/sources b/sources
index c9a8c9f054a4ac58219993914cc59ebae1d396bc..be8f9c8541fde2865d511011a85f02a2f5ff9e92 100644 (file)
--- a/sources
+++ b/sources
@@ -1087,3 +1087,18 @@ acdedbca097102d0c50b29da1522fc1f  7.3.1087
 20d47860a651d979f73467ca7736ddb5  7.3.1088
 7200889afbc122a62ccbf5560c5ce380  7.3.1089
 8f5cd319369e4bb749b4564e34cb3073  7.3.1090
+1f36fb5cd1d9c5530959b8141a2824a9  7.3.1091
+f5e907612296f2babcc979cecfd26a88  7.3.1092
+845a7bb4ea26c4313389899b36f72671  7.3.1093
+f8adda8c85935ff6239a38e4b770e84c  7.3.1094
+47406e8ffc3193e729570aa485ea84b4  7.3.1095
+5277009d370f272c9d2d9eb834afe086  7.3.1096
+bf0dab35e7d12b29c6d65e302e636492  7.3.1097
+444f263285f8f3de0c72f2bc2590ef0e  7.3.1098
+d3a1570971df9f201993a35f78497f3d  7.3.1099
+d88da2b4a0a759eb50b4d783c1e3a406  7.3.1100
+0d732b2fcbd656f2b810f0b4a3fa33ac  7.3.1101
+49dab81eae4ad9cb1d0c805c283c0cce  7.3.1102
+79fc61fd305dd42a3eb9bad9551cc8ea  7.3.1103
+0db067194c873a7852a0ad5244845f49  7.3.1104
+7a3cb80aaeced8b15c7f0a4486aea5cb  7.3.1105
index e3b6468aa4c7a5aa68f5239456f07279aa9ee2a6..2ba402e9ab758171316cb2080dda29bf7144ab4e 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -26,7 +26,7 @@
 # tail -n1 sources | awk '{print $2}'
 
 %define                ver             7.3
-%define                patchlevel      1090
+%define                patchlevel      1105
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
This page took 0.161921 seconds and 4 git commands to generate.