3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.536
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.536
3ef2ca
Problem:    Test 63 fails when using a black&white terminal.
3ef2ca
Solution:   Add attributes for a non-color terminal. (Christian Brabandt)
3ef2ca
Files:	    src/testdir/test63.in
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.535/src/testdir/test63.in	2014-08-16 16:28:31.882272056 +0200
3ef2ca
--- src/testdir/test63.in	2014-11-27 18:38:27.936941297 +0100
3ef2ca
***************
3ef2ca
*** 7,15 ****
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
--- 7,15 ----
3ef2ca
  :" --- Check that "matcharg()" returns the correct group and pattern if a match
3ef2ca
  :" --- is defined.
3ef2ca
  :let @r = "*** Test 1: "
3ef2ca
! :highlight MyGroup1 term=bold ctermbg=red guibg=red
3ef2ca
! :highlight MyGroup2 term=italic ctermbg=green guibg=green
3ef2ca
! :highlight MyGroup3 term=underline ctermbg=blue guibg=blue
3ef2ca
  :match MyGroup1 /TODO/
3ef2ca
  :2match MyGroup2 /FIXME/
3ef2ca
  :3match MyGroup3 /XXX/
3ef2ca
*** ../vim-7.4.535/src/version.c	2014-11-27 18:32:58.532564506 +0100
3ef2ca
--- src/version.c	2014-11-27 18:37:25.493628091 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     536,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
To keep milk from turning sour: Keep it in the cow.
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    ///