[packages/vim] updated to 7.4.663

arekm arekm at pld-linux.org
Mon Mar 16 09:14:39 CET 2015


commit d419a67fc4c354c664dace6f1e480312c38b3668
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Mar 16 09:12:54 2015 +0100

    updated to 7.4.663
    
    7.4.609  the garbage collector can run out of stack space
    7.4.610  some function headers may be missing from generated .pro files
    7.4.611  (after 7.4.609) syntax error
    7.4.612  test_eval fails on Mac
    7.4.613  the NFA engine does not implement the 'redrawtime' time limit
    7.4.614  there is no test for what patch 7.4.601 fixes
    7.4.615  Vim hangs when freeing a lot of objects
    7.4.616  cannot insert a tab in front of a block
    7.4.617  wrong ":argdo" range does not cause an error
    7.4.618  (after 7.4.609) luaV_setref() is missing a return statement
    7.4.619  (after 7.4.618) luaV_setref() not returning the correct value
    7.4.620  compiler warning for unitinialized variable
    7.4.621  (after 7.4.619) returning 1 in the wrong function
    7.4.622  compiler warning for unused argument
    7.4.623  crash with pattern: \(\)\{80000}
    7.4.624  may leak memory or crash when vim_realloc() returns NULL
    7.4.625  possible NULL pointer dereference
    7.4.626  MSVC with W4 gives useless warnings
    7.4.627  the last screen cell is not updated
    7.4.628  compiler warning for variable might be clobbered by longjmp
    7.4.629  Coverity warning for Out-of-bounds read
    7.4.630  redo is wrong for insert mode completion with autocommands
    7.4.631  the default conceal character is a dash instead of a space
    7.4.632  (after 7.4.592) breaks the netrw plugin
    7.4.633  after 7.4.630 the problem persists
    7.4.634  marks are not restored after redo + undo
    7.4.635  fileformat set to "mac" if a file starts with a very long line
    7.4.636  a search with end offset gets stuck at end of file
    7.4.637  buffer number for autocommand is wrong
    7.4.638  can't build with Lua 5.3 on Windows
    7.4.639  combination of linebreak and conceal doesn't work well
    7.4.640  after joining lines in Insert mode undo does not work properly
    7.4.641  the tabline menu was using ":999tabnew" which is now invalid
    7.4.642  when using "gf" escaped spaces are not handled
    7.4.643  using the default file format for Mac files (Issue 77)
    7.4.644  Stratus VOS doesn't have sync()
    7.4.645  window count wrong when splitting window in BufAdd autocommand
    7.4.646  ":bufdo" may start at a deleted buffer
    7.4.647  files differ after running the tests on MS-Windows
    7.4.648  (after 7.4.647) tests broken on MS-Windows
    7.4.649  compiler complains about ignoring return value of fwrite()
    7.4.650  configure check may fail because the dl library is not used
    7.4.651  (after 7.4.582) can't match "%>80v" for multi-byte characters
    7.4.652  xxd lacks a few features
    7.4.653  Insert mode completion may have CTRL-L work like CTRL-P
    7.4.654  glob()/ globpath() cannot include links to non-existing files
    7.4.655  text deleted by "dit" depends on indent of closing tag
    7.4.656  (after 7.4.654) missing changes for glob() in one file
    7.4.657  (after 7.4.656) compiler warnings for pointer mismatch
    7.4.658  'formatexpr' is evaluated too often
    7.4.659  when 'ruler' is set the preferred column is reset (Issue 339)
    7.4.660  using freed memory if g:colors_name is changed
    7.4.661  using "0 CTRL-D" in Insert mode may have CursorHoldI interfere
    7.4.662  selecting text object can be wrong when 'M' is in the 'cpo'
    7.4.663  when using netbeans a buffer is not found in another tab

 sources  | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 vim.spec |  4 ++--
 2 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index 493b077..0c173ea 100644
--- a/vim.spec
+++ b/vim.spec
@@ -28,8 +28,8 @@
 # VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define		ver		7.4
-%define		patchlevel	608
-%define		rel		2
+%define		patchlevel	663
+%define		rel		1
 Summary:	Vi IMproved - a Vi clone
 Summary(de.UTF-8):	VIsual editor iMproved
 Summary(es.UTF-8):	Editor visual incrementado
diff --git a/sources b/sources
index be427f2..225ff9d 100644
--- a/sources
+++ b/sources
@@ -606,3 +606,58 @@ fe651e4adc8e40699f3ba24482215f95  7.4.605
 94fda19cecd5fe65558a1d202c0120e0  7.4.606
 36af9fef9a14fe24184f33f5fdd718b1  7.4.607
 03fc55c0007fe6aa1adc948a5348bebb  7.4.608
+9a2bc114b4930004f1f6e741dc66e23d  7.4.609
+4efcdd093bd53b79fa4c3d0ac85d0fa9  7.4.610
+a4d25899ecf5d8f75ea99a2c9785477f  7.4.611
+a78454b35b92b6ea257faceb11ba97dd  7.4.612
+517405a8baa6ecdd1eb79427247c3c0e  7.4.613
+bf8b4c7f393e6848e40fb76261e38724  7.4.614
+0c4c459d6debf05eca77da0d052a676a  7.4.615
+8a39ab82bac2b06e5890de03c53a76da  7.4.616
+eef77728c9f947cb4aa433bb30351b40  7.4.617
+065b9b2806bf01bf45f5a5f1b4064a1c  7.4.618
+e5661a5b27d393312f8e92bf113cf75d  7.4.619
+8d58db3208bd101308c9b9ac1075add8  7.4.620
+f8e5fd38631666c3ece59f083a21578e  7.4.621
+7b46a64a84a0b78582f7bd74a2cc986a  7.4.622
+28182772215e4801e6762d26ca2c27a8  7.4.623
+bee452d7e312c2fa088b214cc3a62436  7.4.624
+35a107fce1bbfd13d3b1acc93341b523  7.4.625
+271f8d282d25cdce5ee785b8a0123def  7.4.626
+a56b2f086ddecd677ee32ee4ecb51d09  7.4.627
+ccbf817e204d9495ee5d33547308018e  7.4.628
+0ddcb3f7aa20a8d18825fdddf7f1c1f7  7.4.629
+942ecc0448ba0e9c6e8f4efab0694122  7.4.630
+d7dbc33ec24adbb042d2bd6543b4d721  7.4.631
+0d04dbe9e21f04d4a2b5486c645496f8  7.4.632
+7a6b87f067a535296dcc9c69f3b1c4e1  7.4.633
+309c2073e6ab263baaf0ebc7800e5933  7.4.634
+3393652608a6d2fa239c64ec83e0b43d  7.4.635
+682eaef2d6aa22f02fe86c335d160968  7.4.636
+4744d9aae3371b232b3773394e8669a1  7.4.637
+1773ed0386f62b5a0580eea4ab5832c2  7.4.638
+5ef2026c033d1e5c13de8315df1d6402  7.4.639
+351408fa5189f32d34e5ebe3f0036ec3  7.4.640
+ad6c168818f906f1fdb3e6396e57d04c  7.4.641
+fbb6f44266c56d120b51ded309b28fb3  7.4.642
+e3e76970391403ac9cdc35f0a6e258a8  7.4.643
+2e6f2878718228b13edc4433874a5abc  7.4.644
+f14be17654db03b61fa6b47f3eb6769e  7.4.645
+4de1aa7d99f434152ef5cb80b11c1d33  7.4.646
+f2049a1d1e2e9cf03350d3657386ade8  7.4.647
+5136020edbf402004468a529a2e95d33  7.4.648
+54a588d021e6e61a35596f913005810c  7.4.649
+41563d87d11501c7d0d262db2937421f  7.4.650
+16af3fd61f19a0193066926ec0d893f0  7.4.651
+b3b454505762378ec244ed4ceb6bced3  7.4.652
+175de71d5dbb0bddaedc56e8ad033034  7.4.653
+57843dfeb3adfbff7532c95b8d0f60ee  7.4.654
+b76ba1f84b3e356f95612d2b3b764127  7.4.655
+86ea84bfd0759f7b2f151659fc0b1395  7.4.656
+3ef3906a29f4cfc3781cd8f6cf33667c  7.4.657
+5d4cd96841688e8e8f8fc976fc646a0f  7.4.658
+2f7aa7773c3a8c1f021ab4a9f6811557  7.4.659
+cfcad65b1304faa6fd45773a4f69e3cb  7.4.660
+1ea0e326af56048bc34e83e79342ef83  7.4.661
+32ad5c25bb1cfdf049b229c7ef5b2927  7.4.662
+3460242b65da4ee9d543939f51b4e1f9  7.4.663
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/d419a67fc4c354c664dace6f1e480312c38b3668



More information about the pld-cvs-commit mailing list