]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.4.492
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Nov 2014 22:45:59 +0000 (23:45 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Nov 2014 22:45:59 +0000 (23:45 +0100)
7.4.482  when 'balloonexpr' results in a list, text has a trailing NL
7.4.483  a 0x80 byte is not handled correctly in abbreviations
7.4.484  (after 7.4.483) compiler warning
7.4.485  (after 7.4.484) abbreviations don't work
7.4.486  check for writing to a yank register is wrong
7.4.487  ":sign jump" may unnecessarily use another window
7.4.488  test_mapping fails for some people
7.4.489  cursor movement wrong when 'lbr' with a number column
7.4.490  cannot specify the buffer to use for "do" and "dp"
7.4.491  negative "topline" value for winrestview() has display errors
7.4.492  Ctrl-O in Insert mode moves right after insert comment leader

sources
vim.spec

diff --git a/sources b/sources
index 5937e2bbcec098b69122f9ab91e861ec49099774..06c84b48f0483283a698a7a11e38a2c7da7fc5ad 100644 (file)
--- a/sources
+++ b/sources
@@ -479,3 +479,14 @@ c7010f1022a5ae1c8501a74983324d4f  7.4.476
 8186805eaafe3ec964d9c4338d95b716  7.4.479
 559ccafd40109dcafaf933e089b78773  7.4.480
 ff8cddad2b912b454f89f9bfc860de60  7.4.481
+680873c78f3b80324184b95e06956a01  7.4.482
+93fee48db87274b58005161316d01df0  7.4.483
+ff6af8e77ab6532fb6196adf58dc6492  7.4.484
+e48178be5ec895e1c2b92ae71efb63af  7.4.485
+b99170d8f098180b44f9c313399612fe  7.4.486
+f80146ca30aefa695280ddb5240ce950  7.4.487
+cc16330bc73f4e29c27a42f7bc153656  7.4.488
+e13ce9421c65af6f05b68419109d0e99  7.4.489
+b3ffef9729086367f9767b79fa811a6f  7.4.490
+fe050a262ef432b107d4caf6b28d4932  7.4.491
+775f9d2f517f1ecdf676677e972c9e97  7.4.492
index ed6da1cd11e1df1541f23c7c5791e5d0c23b351f..5817c94480c5fe8b634ea2c775cacd89e6f99af7 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      481
+%define                patchlevel      492
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
This page took 0.064784 seconds and 4 git commands to generate.