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