Karsten Hopp b23402
To: vim_dev@googlegroups.com
Karsten Hopp b23402
Subject: Patch 7.4.375
Karsten Hopp b23402
Fcc: outbox
Karsten Hopp b23402
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp b23402
Mime-Version: 1.0
Karsten Hopp b23402
Content-Type: text/plain; charset=UTF-8
Karsten Hopp b23402
Content-Transfer-Encoding: 8bit
Karsten Hopp b23402
------------
Karsten Hopp b23402
Karsten Hopp b23402
Patch 7.4.375
Karsten Hopp b23402
Problem:    Test 63 fails when run with GUI-only Vim.
Karsten Hopp b23402
Solution:   Add guibg attributes. (suggested by Mike Soyka)
Karsten Hopp b23402
Files:	    src/testdir/test63.in
Karsten Hopp b23402
Karsten Hopp b23402
Karsten Hopp b23402
*** ../vim-7.4.374/src/testdir/test63.in	2014-06-17 17:48:21.784628008 +0200
Karsten Hopp b23402
--- src/testdir/test63.in	2014-07-23 13:12:20.727973060 +0200
Karsten Hopp b23402
***************
Karsten Hopp b23402
*** 6,14 ****
Karsten Hopp b23402
  :" --- Check that "matcharg()" returns the correct group and pattern if a match
Karsten Hopp b23402
  :" --- is defined.
Karsten Hopp b23402
  :let @r = "*** Test 1: "
Karsten Hopp b23402
! :highlight MyGroup1 ctermbg=red
Karsten Hopp b23402
! :highlight MyGroup2 ctermbg=green
Karsten Hopp b23402
! :highlight MyGroup3 ctermbg=blue
Karsten Hopp b23402
  :match MyGroup1 /TODO/
Karsten Hopp b23402
  :2match MyGroup2 /FIXME/
Karsten Hopp b23402
  :3match MyGroup3 /XXX/
Karsten Hopp b23402
--- 6,14 ----
Karsten Hopp b23402
  :" --- Check that "matcharg()" returns the correct group and pattern if a match
Karsten Hopp b23402
  :" --- is defined.
Karsten Hopp b23402
  :let @r = "*** Test 1: "
Karsten Hopp b23402
! :highlight MyGroup1 ctermbg=red guibg=red
Karsten Hopp b23402
! :highlight MyGroup2 ctermbg=green guibg=green
Karsten Hopp b23402
! :highlight MyGroup3 ctermbg=blue guibg=blue
Karsten Hopp b23402
  :match MyGroup1 /TODO/
Karsten Hopp b23402
  :2match MyGroup2 /FIXME/
Karsten Hopp b23402
  :3match MyGroup3 /XXX/
Karsten Hopp b23402
*** ../vim-7.4.374/src/version.c	2014-07-23 12:31:17.207990767 +0200
Karsten Hopp b23402
--- src/version.c	2014-07-23 13:13:15.167972669 +0200
Karsten Hopp b23402
***************
Karsten Hopp b23402
*** 736,737 ****
Karsten Hopp b23402
--- 736,739 ----
Karsten Hopp b23402
  {   /* Add new patch number below this line */
Karsten Hopp b23402
+ /**/
Karsten Hopp b23402
+     375,
Karsten Hopp b23402
  /**/
Karsten Hopp b23402
Karsten Hopp b23402
-- 
Karsten Hopp b23402
BODY:        I'm not dead!
Karsten Hopp b23402
CART DRIVER: 'Ere.  He says he's not dead.
Karsten Hopp b23402
LARGE MAN:   Yes he is.
Karsten Hopp b23402
BODY:        I'm not!
Karsten Hopp b23402
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
Karsten Hopp b23402
Karsten Hopp b23402
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp b23402
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp b23402
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp b23402
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///