From: Elan Ruusamäe Date: Sat, 28 Nov 2015 22:33:29 +0000 (+0200) Subject: updated to 7.4.943 X-Git-Tag: auto/th/vim-7.4.947-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=292221eb4754205ee0b43403d950b9358546d857;hp=a5bbd2edf7f7687f615128bc0838279e624f8385;p=packages%2Fvim.git updated to 7.4.943 7.4.923 prototypes not always generated 7.4.924 DEVELOPER_DIR gets reset by configure 7.4.925 user may yank or put using the register being recorded in 7.4.926 completing longest match doesn'thandle multi-byte chars 7.4.927 Ruby crashes when there is a runtime error 7.4.928 a clientserver message interrupts handling keys of a mapping 7.4.929 "gv" after paste selects one char less if 'sel' is "exclusive" 7.4.930 MS-Windows: Most users appear not to like the window border 7.4.931 (after 7.4.929) test 94 fails on some systems 7.4.932 (after 7.4.926) test_utf8 has confusing dummy command 7.4.933 (after 7.4.926) crash using longest match in completion 7.4.934 Appveyor also builds on a tag push 7.4.935 test_utf8 fails on MS-Windows when executed with gvim 7.4.936 crash when dragging with the mouse 7.4.937 segfault reading unitialized memory 7.4.938 X11 and GTK have moure mouse buttons than Vim supports 7.4.939 memory leak when encountering a syntax error 7.4.940 vt52 terminal codes are not correct 7.4.941 there is no way to ignore case only for tag searches 7.4.942 (after 7.4.941) test_tagcase breaks for small builds 7.4.943 test_writefile tests are not run --- diff --git a/sources b/sources index c438a4a..10e4cf1 100644 --- a/sources +++ b/sources @@ -920,3 +920,24 @@ d21763ac74ce25cfbe863123978cd038 7.4.919 ec472d51c19880962ef5d048044d1595 7.4.920 1ca92094901cc3372eed9dd768739cfc 7.4.921 15fc281233da0ed57286e78554e617be 7.4.922 +7d30170c705687b31706a904cb8452fd 7.4.923 +042286b4b5d65266b69f4adbdd0a9579 7.4.924 +451aeb8f6fc65007a9dda6fdfa589dd8 7.4.925 +8b46fb621f9650201820aa44d6c63ef4 7.4.926 +18bcf9f99a9f0b4938643a338a177f4a 7.4.927 +c418b6f8a5c61cb47d870a79405142aa 7.4.928 +e7ec8c210aaf8071b6bf6283d88a2529 7.4.929 +98d73b54da2b84717a4791cb807c5a6d 7.4.930 +7e34761a3fd4782e39bab24300f8fa49 7.4.931 +d76d203d7fd631c44e48bded040c78b4 7.4.932 +00cdd35d3a46201edda1611f88477790 7.4.933 +13fc4e815f86c1e44c69ea65ea584ff7 7.4.934 +ab2c1317c5b509deaeb32b787c0d181d 7.4.935 +d720801b63f9fc1a8dcbfb5735bd80b2 7.4.936 +0b5f239cd2d99f1e6b5628f894d5a6cf 7.4.937 +61215dc114825048f53b0993b6561141 7.4.938 +1d225f28be4c7a318498d43aaddcbb94 7.4.939 +90edbd15c64e52d6b46ef017933e562b 7.4.940 +682f2de0f3d2ede47e15c5a4014970d1 7.4.941 +6115673455f02ec10c993759b73b88b0 7.4.942 +6fdee195c4e44947865ee4a47994e215 7.4.943 diff --git a/vim.spec b/vim.spec index 49967b4..dac06a3 100644 --- a/vim.spec +++ b/vim.spec @@ -31,7 +31,7 @@ # VCS Commits: https://github.com/vim/vim/commits/master %define ver 7.4 -%define patchlevel 922 +%define patchlevel 943 %define rel 1 Summary: Vi IMproved - a Vi clone Summary(de.UTF-8): VIsual editor iMproved