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