Patch 7.4.2216 (after 7.4.2215)
Problem: Test fails without the +sign feature.
Solution: Only check for signcolumn with the +sign feature.
Files: src/testdir/test_bufwintabinfo.vim
*** ../vim-7.4.2215/src/testdir/test_bufwintabinfo.vim 2016-08-15
22:16:21.557888355 +0200
--- src/testdir/test_bufwintabinfo.vim 2016-08-15 22:53:15.949761267 +0200
***************
*** 49,55 ****
call assert_equal(winbufnr(2), winlist[1].bufnum)
call assert_equal(winheight(2), winlist[1].height)
call assert_equal(1, winlist[2].nr)
! call assert_equal('auto', winlist[0].options.signcolumn)
call assert_equal(2, winlist[3].tpnr)
call assert_equal('green', winlist[2].variables.signal)
call assert_equal(winwidth(1), winlist[0].width)
--- 49,57 ----
call assert_equal(winbufnr(2), winlist[1].bufnum)
call assert_equal(winheight(2), winlist[1].height)
call assert_equal(1, winlist[2].nr)
! if has('signs')
! call assert_equal('auto', winlist[0].options.signcolumn)
! endif
call assert_equal(2, winlist[3].tpnr)
call assert_equal('green', winlist[2].variables.signal)
call assert_equal(winwidth(1), winlist[0].width)
*** ../vim-7.4.2215/src/version.c 2016-08-15 22:16:21.557888355 +0200
--- src/version.c 2016-08-15 22:54:08.189286754 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2216,
/**/
--
How To Keep A Healthy Level Of Insanity:
4. Put your garbage can on your desk and label it "in".
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.