|
Karsten Hopp |
c857e0 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
c857e0 |
Subject: Patch 7.4.536
|
|
Karsten Hopp |
c857e0 |
Fcc: outbox
|
|
Karsten Hopp |
c857e0 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
c857e0 |
Mime-Version: 1.0
|
|
Karsten Hopp |
c857e0 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
c857e0 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
c857e0 |
------------
|
|
Karsten Hopp |
c857e0 |
|
|
Karsten Hopp |
c857e0 |
Patch 7.4.536
|
|
Karsten Hopp |
c857e0 |
Problem: Test 63 fails when using a black&white terminal.
|
|
Karsten Hopp |
c857e0 |
Solution: Add attributes for a non-color terminal. (Christian Brabandt)
|
|
Karsten Hopp |
c857e0 |
Files: src/testdir/test63.in
|
|
Karsten Hopp |
c857e0 |
|
|
Karsten Hopp |
c857e0 |
|
|
Karsten Hopp |
c857e0 |
*** ../vim-7.4.535/src/testdir/test63.in 2014-08-16 16:28:31.882272056 +0200
|
|
Karsten Hopp |
c857e0 |
--- src/testdir/test63.in 2014-11-27 18:38:27.936941297 +0100
|
|
Karsten Hopp |
c857e0 |
***************
|
|
Karsten Hopp |
c857e0 |
*** 7,15 ****
|
|
Karsten Hopp |
c857e0 |
:" --- Check that "matcharg()" returns the correct group and pattern if a match
|
|
Karsten Hopp |
c857e0 |
:" --- is defined.
|
|
Karsten Hopp |
c857e0 |
:let @r = "*** Test 1: "
|
|
Karsten Hopp |
c857e0 |
! :highlight MyGroup1 ctermbg=red guibg=red
|
|
Karsten Hopp |
c857e0 |
! :highlight MyGroup2 ctermbg=green guibg=green
|
|
Karsten Hopp |
c857e0 |
! :highlight MyGroup3 ctermbg=blue guibg=blue
|
|
Karsten Hopp |
c857e0 |
:match MyGroup1 /TODO/
|
|
Karsten Hopp |
c857e0 |
:2match MyGroup2 /FIXME/
|
|
Karsten Hopp |
c857e0 |
:3match MyGroup3 /XXX/
|
|
Karsten Hopp |
c857e0 |
--- 7,15 ----
|
|
Karsten Hopp |
c857e0 |
:" --- Check that "matcharg()" returns the correct group and pattern if a match
|
|
Karsten Hopp |
c857e0 |
:" --- is defined.
|
|
Karsten Hopp |
c857e0 |
:let @r = "*** Test 1: "
|
|
Karsten Hopp |
c857e0 |
! :highlight MyGroup1 term=bold ctermbg=red guibg=red
|
|
Karsten Hopp |
c857e0 |
! :highlight MyGroup2 term=italic ctermbg=green guibg=green
|
|
Karsten Hopp |
c857e0 |
! :highlight MyGroup3 term=underline ctermbg=blue guibg=blue
|
|
Karsten Hopp |
c857e0 |
:match MyGroup1 /TODO/
|
|
Karsten Hopp |
c857e0 |
:2match MyGroup2 /FIXME/
|
|
Karsten Hopp |
c857e0 |
:3match MyGroup3 /XXX/
|
|
Karsten Hopp |
c857e0 |
*** ../vim-7.4.535/src/version.c 2014-11-27 18:32:58.532564506 +0100
|
|
Karsten Hopp |
c857e0 |
--- src/version.c 2014-11-27 18:37:25.493628091 +0100
|
|
Karsten Hopp |
c857e0 |
***************
|
|
Karsten Hopp |
c857e0 |
*** 743,744 ****
|
|
Karsten Hopp |
c857e0 |
--- 743,746 ----
|
|
Karsten Hopp |
c857e0 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
c857e0 |
+ /**/
|
|
Karsten Hopp |
c857e0 |
+ 536,
|
|
Karsten Hopp |
c857e0 |
/**/
|
|
Karsten Hopp |
c857e0 |
|
|
Karsten Hopp |
c857e0 |
--
|
|
Karsten Hopp |
c857e0 |
To keep milk from turning sour: Keep it in the cow.
|
|
Karsten Hopp |
c857e0 |
|
|
Karsten Hopp |
c857e0 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
c857e0 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
c857e0 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
c857e0 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|