Re: [vim/vim] winlayout() returns different results depending on the screen width (#5251)

2019-11-19 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Tue, Nov 19, 2019 at 2:25 PM Bram Moolenaar wrote: > I had already included #5244 > before I saw this pull request. Is this one better, or can we just keep > what we have now? > > > We can keep what is there now. If we run into this issue with w

Patch 8.1.2323

2019-11-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.2323 Problem:Old MSVC version no longer tested. Solution: Drop support for MSCV 2008 and older. (Ken Takata, closes #5248) Files: src/INSTALLpc.txt, src/Make_mvc.mak, src/gui_w32.c, src/os_win32.c *** ../vim-8.1.2322/src/INSTALLpc.txt 2019-09-27 13:07:59.573833437 +0200 -

Patch 8.1.2322

2019-11-19 Fir de Conversatie Bram Moolenaar
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

Re: Patch 8.1.2320

2019-11-19 Fir de Conversatie Ken Takata
Hi, 2019/11/19 Tue 18:04:35 UTC+9 Elimar Riesebieter wrote: > > * Elimar Riesebieter > [2019-11-19 09:44 > +0100]: > > > * Bram Moolenaar > [2019-11-18 22:02 > +0100]: > > > > > > > > Patch 8.1.2320 > > > Problem:Insufficient test coverage for quickfix. > > > Solution: Add more tests

Re: Patch 8.1.2320

2019-11-19 Fir de Conversatie Elimar Riesebieter
* Elimar Riesebieter [2019-11-19 09:44 +0100]: > * Bram Moolenaar [2019-11-18 22:02 +0100]: > > > > > Patch 8.1.2320 > > Problem:Insufficient test coverage for quickfix. > > Solution: Add more tests. Fix uncovered problem. (Yegappan Lakshmanan, > > closes #5238) > > Files:

Re: Patch 8.1.2320

2019-11-19 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar [2019-11-18 22:02 +0100]: > > Patch 8.1.2320 > Problem:Insufficient test coverage for quickfix. > Solution: Add more tests. Fix uncovered problem. (Yegappan Lakshmanan, > closes #5238) > Files:src/quickfix.c, src/testdir/test_quickfix.vim Building