Patch 8.1.2322 (after 8.1.2320)
Problem: Quickfix test fails in very big terminal.
Solution: Adjust the expected result for the width. (Masato Nishihata,
closes #5244)
Files: src/testdir/test_quickfix.vim
*** ../vim-8.1.2321/src/testdir/test_quickfix.vim 2019-11-18
22:02:12.808155010 +0100
--- src/testdir/test_quickfix.vim 2019-11-19 22:36:06.229200839 +0100
***************
*** 619,626 ****
let w3 = win_getid()
call assert_true(&buftype == 'help')
call assert_true(winnr() == 1)
! call assert_equal(['col', [['leaf', w3],
! \ ['row', [['leaf', w2], ['leaf', w1]]]]], winlayout())
new | only
set buftype=help
--- 619,633 ----
let w3 = win_getid()
call assert_true(&buftype == 'help')
call assert_true(winnr() == 1)
! " See jump_to_help_window() for details
! let w2_width = winwidth(w2)
! if w2_width != &columns && w2_width < 80
! call assert_equal(['col', [['leaf', w3],
! \ ['row', [['leaf', w2], ['leaf', w1]]]]], winlayout())
! else
! call assert_equal(['row', [['col', [['leaf', w3], ['leaf', w2]]],
! \ ['leaf', w1]]] , winlayout())
! endif
new | only
set buftype=help
*** ../vim-8.1.2321/src/version.c 2019-11-18 23:31:44.964227445 +0100
--- src/version.c 2019-11-19 22:38:36.988633737 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2322,
/**/
--
I AM THANKFUL...
...for a lawn that needs mowing, windows that need cleaning
and gutters that need fixing because it means I have a home.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911192145.xAJLj0LG026429%40masaka.moolenaar.net.