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