To: vim_dev@googlegroups.com Subject: Patch 8.1.2322 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///