]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.687
- add patches 7.3.619-743
[packages/vim.git] / 7.3.687
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.687
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.687
11 Problem:    Test 16 fails when $DISPLAY is not set.
12 Solution:   Skip the test when $DISPLAY is not set.
13 Files:      src/testdir/test16.in
14
15
16 *** ../vim-7.3.686/src/testdir/test16.in        2010-08-15 21:57:29.000000000 +0200
17 --- src/testdir/test16.in       2012-10-11 04:02:11.000000000 +0200
18 ***************
19 *** 2,7 ****
20 --- 2,8 ----
21   For KDE set a font, empty 'guifont' may cause a hang.
22   
23   STARTTEST
24 + :if $DISPLAY == "" | e! test.ok | wq! test.out | endif
25   :set exrc secure
26   :if has("gui_kde")
27   :  set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
28 *** ../vim-7.3.686/src/version.c        2012-10-11 04:04:32.000000000 +0200
29 --- src/version.c       2012-10-11 04:31:10.000000000 +0200
30 ***************
31 *** 721,722 ****
32 --- 721,724 ----
33   {   /* Add new patch number below this line */
34 + /**/
35 +     687,
36   /**/
37
38 -- 
39 A fool must search for a greater fool to find admiration.
40
41  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
42 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
43 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
44  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.141132 seconds and 3 git commands to generate.