From 2dec6cee87c24cab3e4b48d9b0f19d957dadebe0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 14 Dec 2014 21:34:31 +0100 Subject: [PATCH] updated to 7.4.552 7.4.538 tests fail with small features plus Python 7.4.539 (after 7.4.530) crash when computing buffer count 7.4.540 (after 7.4.539) cannot build with tiny and small features 7.4.541 crash when doing a range assign 7.4.542 cannot specify the type of range for a user command 7.4.543 (after 7.4.232) "1,3s/\n//" joins two lines instead of three 7.4.544 warnings for unused arguments with a combination of features 7.4.545 highlighting for multi-line matches is not correct 7.4.546 repeated use of vim_snprintf() with a number 7.4.547 "vit" does not select multi-byte character at the end correctly 7.4.548 compilation fails with native version of MinGW-w64 7.4.549 function name not recognized correctly when inside a function 7.4.550 curs_rows() function is always called with second argument false 7.4.551 "ygn" may yank too much; Issue 295 7.4.552 langmap applies to Insert mode expression mappings --- sources | 15 +++++++++++++++ vim.spec | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/sources b/sources index 54d756c..9c27c7a 100644 --- a/sources +++ b/sources @@ -535,3 +535,18 @@ a54ccb2731c5e402b9dd9d22b2fa1ba0 7.4.534 9a6a4d372b613e48bd9ca20f4d364124 7.4.535 35265a51a1f845003f3d383aaa78a41d 7.4.536 ad72b439c0818dc96d84485b10ccf6d5 7.4.537 +89145a2afb7445d0fa27b5443915c8fc 7.4.538 +0d45f9ba58015be8db9a1e25194508bb 7.4.539 +a7d002ff318ff7f891fbce0b4b786294 7.4.540 +32ebf9804789d61c25035c7a862916b4 7.4.541 +d1188b1f4432348f72483b739459af74 7.4.542 +67afbf8596dd84916a0798ed29a3b937 7.4.543 +7e4ff82db15a3add5f2181ef2665a2b2 7.4.544 +ede30b6380c40ccea14b0c451b256241 7.4.545 +81eff49206d56d37cede07efa7008fa9 7.4.546 +9ba61b62470671e98b715a8d6e89e373 7.4.547 +908c4b2c4496b5d875129eb4030fa375 7.4.548 +3a5a25c22ea7badebf7155861e11a53d 7.4.549 +f587fdf0a4ab839f4138b02befebe02a 7.4.550 +f436ddf3b7694e020c37406aa67b4e08 7.4.551 +3482d0e10b332fdd04970f948164456a 7.4.552 diff --git a/vim.spec b/vim.spec index 2fc97d8..88b69b8 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 537 +%define patchlevel 552 %define rel 1 Summary: Vi IMproved - a Vi clone Summary(de.UTF-8): VIsual editor iMproved -- 2.44.0