[vim/f18] - patchlevel 687

Karsten Hopp karsten at fedoraproject.org
Mon Nov 12 14:31:55 UTC 2012


commit 4a262023893540c39a1a288facf7cbcd03c7b61f
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Nov 12 15:30:23 2012 +0100

    - patchlevel 687

 7.3.687 |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/7.3.687 b/7.3.687
new file mode 100644
index 0000000..a98c363
--- /dev/null
+++ b/7.3.687
@@ -0,0 +1,44 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.687
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.687
+Problem:    Test 16 fails when $DISPLAY is not set.
+Solution:   Skip the test when $DISPLAY is not set.
+Files:      src/testdir/test16.in
+
+
+*** ../vim-7.3.686/src/testdir/test16.in	2010-08-15 21:57:29.000000000 +0200
+--- src/testdir/test16.in	2012-10-11 04:02:11.000000000 +0200
+***************
+*** 2,7 ****
+--- 2,8 ----
+  For KDE set a font, empty 'guifont' may cause a hang.
+  
+  STARTTEST
++ :if $DISPLAY == "" | e! test.ok | wq! test.out | endif
+  :set exrc secure
+  :if has("gui_kde")
+  :  set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
+*** ../vim-7.3.686/src/version.c	2012-10-11 04:04:32.000000000 +0200
+--- src/version.c	2012-10-11 04:31:10.000000000 +0200
+***************
+*** 721,722 ****
+--- 721,724 ----
+  {   /* Add new patch number below this line */
++ /**/
++     687,
+  /**/
+
+-- 
+A fool must search for a greater fool to find admiration.
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list