]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.4.383 auto/th/vim-7.4.383-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Jul 2014 21:18:50 +0000 (23:18 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Jul 2014 21:18:50 +0000 (23:18 +0200)
7.4.356  mercurial does not ignore memfile_test
7.4.357  after completion some characters are not redrawn
7.4.358  (after 7.4.351) sort is not always stable
7.4.359  if 'ttymouse' set to 'uxterm' xterm version is not requested
7.4.360  pattern with "$" followed by \[vV] is not used as end-of-line
7.4.361  flickering when filling the preview window for 'omnifunc'
7.4.362  short length in matchaddpos() highlights until end of the line
7.4.363  in Windows console typing 0xCE does not work
7.4.364  no error message when the viminfo file can't be renamed
7.4.365  crash when using ":botright split" when there isn't much space
7.4.366  can't run the linebreak test on MS-Windows
7.4.367  (after 7.4.357) other solution for redrawing after completion
7.4.368  window sizes not restored properly when closing cmdline window
7.4.369  using freed memory when exiting while compiled with EXITFREE
7.4.370  linebreak test fails when encoding is not utf-8
7.4.371  with 'linebreak' set control characters displayed wrong
7.4.372  with 'winminheight' zero current window might be zero height
7.4.373  compiler warning for unused argument and unused variable
7.4.374  character after "fb" command sometimes not mapped
7.4.375  test 63 fails when run with GUI-only Vim
7.4.376  (after 7.4.367) popup menu flickers too much
7.4.377  with 'equalalways' set a split may report "no room"
7.4.378  title of quickfist list is not kept for setqflist(list, 'r')
7.4.379  accessing freed memory after using setqflist(list, 'r')
7.4.380  loading python may cause Vim to exit
7.4.381  u_undo error when backspacing in Insert mode deletes 2 lines
7.4.382  mapping chars may not work after typing Esc in Insert mode
7.4.383  bad interaction between preview window and omnifunc

sources
vim.spec

diff --git a/sources b/sources
index cde579291fed22aece4ee4deab0b8a65683f7755..861113deb903b76ea18ce94abca38c54d298a5ad 100644 (file)
--- a/sources
+++ b/sources
@@ -353,7 +353,7 @@ cee62fb2b83fcee036e02b6973af5957  7.4.350
 cf0eb8fcdd50c38ae55e6d80b3e1c2a9  7.4.353
 34dd62b2e8d6c8b7f0939a4fc695065a  7.4.354
 922d1d6044cd7ce3191941cee2d71e45  7.4.355
-31940dee36d7bbbdb40a4ab736ff4dbc  7.4.356
+82cf8a6dc0c4ffd26cc65eb0e13c24a3  7.4.356
 af14ad11e7738721f2fc80ec73d3b5bc  7.4.357
 d511f334441ef6c8bc5ef0a7310929da  7.4.358
 65ac447baf1da45141c367707a5ab156  7.4.359
@@ -362,3 +362,22 @@ ba3e4550d4c419461b5f193c3018428b  7.4.360
 5fe04992d2abe178e63b58e676783eee  7.4.362
 05499020c0457a7e451fc44b98edc52d  7.4.363
 1f459bbaacdd5d3d05c122da47c39ecc  7.4.364
+66c632be3f0befe4a12c118a9e856025  7.4.365
+bd6e6e294bdbcb70d35f468e5186d7a7  7.4.366
+0d3cbbc24082e8495fd28bfcbaf4e036  7.4.367
+caf3f3d88962eeaa4f178386fb4a7abf  7.4.368
+c24772db570cc1c1afa9209ed03c6939  7.4.369
+ce92198f4178543571bc040cf4a5653f  7.4.370
+3a9680791f5c93b51110bbf10e65040e  7.4.371
+238108a067906e3dc107f143fac01c2c  7.4.372
+8f14c7627e233fef528c6a0d1fd2cc7f  7.4.373
+f3c429f2ccee5671aa4f23b15b7ef926  7.4.374
+32bee89388fa0a96f0b8ad2397315bd7  7.4.375
+e5c6e21d60c7d10aeabc382150bac5fa  7.4.376
+ddf59fc955745735cbc8d4502ff84d29  7.4.377
+d68871fcaf7da6a32e63599d22ab9960  7.4.378
+318669d44d830bccff61248e606c49b4  7.4.379
+b9cfe3596774dd80a4db274a454b1e4a  7.4.380
+8f39b5d3f37fadf08be2a792b8ff5647  7.4.381
+646d11d169b09957a9e5cd95397c0e3f  7.4.382
+a21f94be8287d74fba1e829ddee6e58b  7.4.383
index 07ec602f99afc4281a3dfc198703911db5bfe475..d46d89063d22e38ca23cb137a3716fcc5d65f19f 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      354
+%define                patchlevel      383
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
@@ -824,7 +824,7 @@ build() {
                --with-tlib="ncursesw"
 %endif
 
-       %{__make} distclean
+       %{__make} -j1 distclean
        # add common options, can override (disable) if needed with args
        %configure \
                --%{!?with_perl:dis}%{?with_perl:en}able-perlinterp \
This page took 0.160139 seconds and 4 git commands to generate.