]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.4.729
authorElan Ruusamäe <glen@delfi.ee>
Mon, 25 May 2015 11:13:29 +0000 (14:13 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 25 May 2015 11:13:29 +0000 (14:13 +0300)
7.4.713  wrong condition for #ifdef
7.4.714  illegal memory access when there are illegal bytes
7.4.715  invalid memory access when there are illegal bytes
7.4.716  ":substitute" flags are not always remembered
7.4.717  ":let list += list" can change a locked list
7.4.718  quickfix autocommands cannot get the current title value
7.4.719  overflow when adding MAXCOL to a pointer
7.4.720  can't build with Visual Studio 2015
7.4.721  empty lines do not have Visual highligthing if 'list' set
7.4.722  0x202f is not recognized as a non-breaking space character
7.4.723  for indenting, finding the C++ baseclass can be slow
7.4.724  vim icon does not show in Windows context menu (issue 249)
7.4.725  ":call setreg('"', [])" reports an internal error
7.4.726  (after 7.4.724) cannot build GvimExt
7.4.727  (after 7.4.724) cannot build GvimExt with MingW
7.4.728  can't build with some version of Visual Studio 2015
7.4.729  (after 7.4.721) occasional crash with 'list' set

sources
vim.spec

diff --git a/sources b/sources
index 7d21729fdfa4d48de59a2f5cd0316d3ea0143cbc..6be28bfd8fc38bdb5457d94868859d6fea8016c5 100644 (file)
--- a/sources
+++ b/sources
@@ -710,3 +710,20 @@ d83cb301dbce40a6ea023d417a4b0965  7.4.709
 7498ee2d5f5f944308f2d31315c4ac1f  7.4.710
 0a4747f19eb7af27f032bb1edf4ebb30  7.4.711
 9ce13488b2c4bd56d9d78f9aa89c3d3b  7.4.712
+0e145086c115379d5af31f9adb90066d  7.4.713
+3286c0443f58dc2f0b660f7ed36ddbdd  7.4.714
+e3fa2658a1a57ed97db6ed73b5ff51a7  7.4.715
+cda778e61c9f7ab00a8e9aeb918f8b51  7.4.716
+1333b83defe748e2f4f925bdd01f0b79  7.4.717
+5097675e9bb683fad77bf22d04b33014  7.4.718
+f37fc3ddef002788d07568986518a06a  7.4.719
+d0047b7e9c74d8f9c7caf86b81e93904  7.4.720
+fb32cf4ff47e7bdcc545e65aaddfde39  7.4.721
+d6b5d396a72c0c1d8383bb01935e2774  7.4.722
+76ec2935dee3016792a678a38fddf15e  7.4.723
+29eae33224ef9494b3de2e0622d13e67  7.4.724
+0eed1acda56ab9487e8e99cc0016aa04  7.4.725
+f2707fe45912e80e0c7aec24c4165933  7.4.726
+9db80bf83baf32b2ea6cb449716b3fc3  7.4.727
+1f27f4e9cdaf58023318d175e0460f81  7.4.728
+3c0711c78797665590408dbc84754868  7.4.729
index c24276ba0587325ce307848a6e72178c3670098b..ad669f517558645993dfcb52f22d8eea62fbfd3d 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
 # VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define                ver             7.4
-%define                patchlevel      712
+%define                patchlevel      729
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
This page took 0.158708 seconds and 4 git commands to generate.