|
Karsten Hopp |
c8003c |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
c8003c |
Subject: Patch 7.4.583
|
|
Karsten Hopp |
c8003c |
Fcc: outbox
|
|
Karsten Hopp |
c8003c |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
c8003c |
Mime-Version: 1.0
|
|
Karsten Hopp |
c8003c |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
c8003c |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
c8003c |
------------
|
|
Karsten Hopp |
c8003c |
|
|
Karsten Hopp |
c8003c |
Patch 7.4.583
|
|
Karsten Hopp |
c8003c |
Problem: With tiny features test 16 may fail.
|
|
Karsten Hopp |
c8003c |
Solution: Source small.vim. (Christian Brabandt)
|
|
Karsten Hopp |
c8003c |
Files: src/testdir/test16.in
|
|
Karsten Hopp |
c8003c |
|
|
Karsten Hopp |
c8003c |
|
|
Karsten Hopp |
c8003c |
*** ../vim-7.4.582/src/testdir/test16.in 2012-10-11 04:02:11.000000000 +0200
|
|
Karsten Hopp |
c8003c |
--- src/testdir/test16.in 2015-01-20 12:01:28.895462263 +0100
|
|
Karsten Hopp |
c8003c |
***************
|
|
Karsten Hopp |
c8003c |
*** 2,7 ****
|
|
Karsten Hopp |
c8003c |
--- 2,8 ----
|
|
Karsten Hopp |
c8003c |
For KDE set a font, empty 'guifont' may cause a hang.
|
|
Karsten Hopp |
c8003c |
|
|
Karsten Hopp |
c8003c |
STARTTEST
|
|
Karsten Hopp |
c8003c |
+ :so small.vim
|
|
Karsten Hopp |
c8003c |
:if $DISPLAY == "" | e! test.ok | wq! test.out | endif
|
|
Karsten Hopp |
c8003c |
:set exrc secure
|
|
Karsten Hopp |
c8003c |
:if has("gui_kde")
|
|
Karsten Hopp |
c8003c |
*** ../vim-7.4.582/src/version.c 2015-01-18 16:46:28.987828395 +0100
|
|
Karsten Hopp |
c8003c |
--- src/version.c 2015-01-20 12:02:13.234978619 +0100
|
|
Karsten Hopp |
c8003c |
***************
|
|
Karsten Hopp |
c8003c |
*** 743,744 ****
|
|
Karsten Hopp |
c8003c |
--- 743,746 ----
|
|
Karsten Hopp |
c8003c |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
c8003c |
+ /**/
|
|
Karsten Hopp |
c8003c |
+ 583,
|
|
Karsten Hopp |
c8003c |
/**/
|
|
Karsten Hopp |
c8003c |
|
|
Karsten Hopp |
c8003c |
--
|
|
Karsten Hopp |
c8003c |
I AM THANKFUL...
|
|
Karsten Hopp |
c8003c |
...for the mess to clean after a party because it means I have
|
|
Karsten Hopp |
c8003c |
been surrounded by friends.
|
|
Karsten Hopp |
c8003c |
|
|
Karsten Hopp |
c8003c |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
c8003c |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
c8003c |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
c8003c |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|