[packages/vim] updated to 7.4.589
glen
glen at pld-linux.org
Thu Jan 22 11:38:00 CET 2015
commit dd7b9f3e7aa2ed35ac71b03d3d9c70fdb827e675
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Jan 22 12:29:05 2015 +0200
updated to 7.4.589
7.4.553 various small issues
7.4.554 missing part of patch 7.4.519
7.4.555 test_close_count may fail for some combination of features
7.4.556 failed commands in Python interface not handled correctly
7.4.557 one more small issue
7.4.558 when the X server restarts Vim may get stuck
7.4.559 block append inside tab is wrong when virtualedit is set
7.4.560 memory leak using :wviminfo; Issue 296
7.4.561 Ex range handling is wrong for buffer-local user commands
7.4.562 segfault with wide screen and error in 'rulerformat'
7.4.563 no test for replacing on a tab in Virtual replace mode
7.4.564 FEAT_OSFILETYPE is used even though it's never defined
7.4.565 some ranges are not checked to be valid
7.4.566 :argdo, :bufdo, :windo and :tabdo don't take a range
7.4.567 non-ascii vertical separater characters are always redrawn
7.4.568 giving an error for ":0wincmd w" is a problem for some plugins
7.4.569 having CTRL-C interrupt does not check the mapping mode
7.4.570 building with dynamic library does not work for Ruby 2.2.0
7.4.571 can't build with tiny features
7.4.572 address type of :wincmd depends on the argument
7.4.573 mapping CTRL-C in Visual mode doesn't work
7.4.574 no error for eval('$')
7.4.575 Unicode character properties are outdated
7.4.576 redrawing problem with 'relativenumber' and 'linebreak'
7.4.577 matching with virtual column has overhead on very long lines
7.4.578 after "$" in an empty line getcurpos() returns negative number
7.4.579 wrong cursor positioning when 'linebreak' set and lines wrap
7.4.580 ":52wincmd v" still gives an invalid range error
7.4.581 compiler warnings for unitinialized variables
7.4.582 (after 7.4.577) can't match "%>80v" properly
7.4.583 with tiny features test 16 may fail
7.4.584 with tiny features test_command_count may fail
7.4.585 range for :bdelete does not work
7.4.586 parallel building of documentation html files is not reliable
7.4.587 conceal does not work properly with 'linebreak'
7.4.588 ":0argedit foo" puts the new argument in the second place
7.4.589 MS-Windows console: Vim can't handle greek utf-8 characters
sources | 37 +++++++++++++++++++++++++++++++++++++
vim.spec | 2 +-
2 files changed, 38 insertions(+), 1 deletion(-)
---
diff --git a/vim.spec b/vim.spec
index e6e9026..25e7de2 100644
--- 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 552
+%define patchlevel 589
%define rel 1
Summary: Vi IMproved - a Vi clone
Summary(de.UTF-8): VIsual editor iMproved
diff --git a/sources b/sources
index 9c27c7a..48b021d 100644
--- a/sources
+++ b/sources
@@ -550,3 +550,40 @@ ede30b6380c40ccea14b0c451b256241 7.4.545
f587fdf0a4ab839f4138b02befebe02a 7.4.550
f436ddf3b7694e020c37406aa67b4e08 7.4.551
3482d0e10b332fdd04970f948164456a 7.4.552
+317551905db4e0e3d00f86e54a11231f 7.4.553
+e164bb738545f369ba5d55287a351c7f 7.4.554
+05e3fbcc33e9f347ffaadd3a621a062a 7.4.555
+ddc3c2f0cffd60c7ecf243dfad7de3cf 7.4.556
+18565b87a98632d6c4ca128890f00eee 7.4.557
+52b12aa54c331858d1851eba6870c60a 7.4.558
+38021eb692764f0f29b4013eba50b63b 7.4.559
+7c4ae18c1a920a45e91531d43580839f 7.4.560
+2bc2844950bf81f3ba4c8c3a7905d73f 7.4.561
+8c1e9b9ac21d613b47fe3f0cb7176def 7.4.562
+019a4954c89f54aeb60980fdff10dfa0 7.4.563
+27c1d5915117ffe4827bee99854c8173 7.4.564
+e9a7e76005928b8e7b27bec13e17b035 7.4.565
+428a91b82b419f0ae7cb2994f382bb7c 7.4.566
+3486b3ee0ed2a93bf6360707947c629e 7.4.567
+2c9518474b1b4278b1cdd97ab4f77436 7.4.568
+9f9fb6294c49d635a20f03497eba981b 7.4.569
+9d59369e2c677a667418344bff993f0a 7.4.570
+356a45a43dc6286d6409fbac1fd2b062 7.4.571
+f8553e496f32812515d76265fdbe068a 7.4.572
+dca12cba380588b5018b77f6f8282052 7.4.573
+5cbc38e876e2ce454c4bd12d1b5a39f8 7.4.574
+a81aef545baab2be28b873bff1e31409 7.4.575
+1b97ce7bf227e76742c116b545a573ea 7.4.576
+81ca6e7ff95193462ddba556aa5afa82 7.4.577
+f23195ee94d1cd80d172439ff53f57f3 7.4.578
+5f186a95383f83c7160bc9f88fdbf686 7.4.579
+98cefaec8cf710f9ed17e1298a639f78 7.4.580
+e32ed4c6a0362e8d565069bb34fa25ed 7.4.581
+3272170bd50e5227227d7a3b6e1a1b57 7.4.582
+4b030c8a953e1d0adb97f705286bc07f 7.4.583
+c0452918087582f0d249bfc6268b8169 7.4.584
+8e5c87df01042b97778d6c7450dc9d96 7.4.585
+f573f2805a892d1042ef14dca4f6b634 7.4.586
+17370cdbc3c2ff105fb6bd3c3332995d 7.4.587
+ba8be43560bf75b4e761a12887d72220 7.4.588
+a55eb85c0522a008bb10fbff3e043cb3 7.4.589
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/dd7b9f3e7aa2ed35ac71b03d3d9c70fdb827e675
More information about the pld-cvs-commit
mailing list