Patch 8.2.0439

2020-03-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0439 Problem::disassemble has minor flaws. Solution: Format the code. Use (int) instead of (char) for %c. (also by James McCoy, closes #5831) Files: src/vim9execute.c *** ../vim-8.2.0438/src/vim9execute.c 2020-03-23 22:12:15.496961030 +0100 --- src/vim9execut

Patch 8.2.0440

2020-03-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0440 Problem:Terminal noblock test is still very flaky on BSD. Solution: Increase the waiting time. Files: src/testdir/test_terminal.vim *** ../vim-8.2.0439/src/testdir/test_terminal.vim 2020-03-23 22:46:40.794055634 +0100 --- src/testdir/test_terminal.vim 2020

Patch 8.2.0441

2020-03-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0441 Problem:Terminal noblock test is still failing on BSD. Solution: Reduce the amount of text. Files: src/testdir/test_terminal.vim *** ../vim-8.2.0440/src/testdir/test_terminal.vim 2020-03-24 10:32:53.919036997 +0100 --- src/testdir/test_terminal.vim 2020-03

Not able to reach travis-ci.org

2020-03-24 Fir de Conversatie Bram Moolenaar
Somehow the Vim status page at Travis does not work on my home computer. However, with a laptop using VPN it works fine. Any suggestions how to pinpoint this issue? Using "nslookup travis-ci.org" gives me: Server: 127.0.0.53 Address:127.0.0.53#53 Non-authoritative answer: Name:

Re: Not able to reach travis-ci.org

2020-03-24 Fir de Conversatie Christian Brabandt
On Di, 24 Mär 2020, Bram Moolenaar wrote: > > Somehow the Vim status page at Travis does not work on my home computer. > However, with a laptop using VPN it works fine. > Any suggestions how to pinpoint this issue? > > Using "nslookup travis-ci.org" gives me: > > Server: 127.0.0.53 >

Patch 8.2.0442

2020-03-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0442 Problem:Channel contents might be used after being freed. Solution: Reset the job channel before freeing the channel. Files: src/channel.c *** ../vim-8.2.0441/src/channel.c 2020-03-23 22:01:14.476768276 +0100 --- src/channel.c 2020-03-24 20:32:15.573690231

Re: Not able to reach travis-ci.org

2020-03-24 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Di, 24 Mär 2020, Bram Moolenaar wrote: > > > > > Somehow the Vim status page at Travis does not work on my home computer. > > However, with a laptop using VPN it works fine. > > Any suggestions how to pinpoint this issue? > > > > Using "nslookup travis-ci.org" gives me:

Patch 8.2.0443

2020-03-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0443 Problem:Clipboard code is spread out. Solution: Move clipboard code to its own file. (Yegappan Lakshmanan, closes #5827) Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, src/README.md,

Patch 8.2.0444

2020-03-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0444 Problem:Swap file test fails on some systems. Solution: Preserve the swap file. Send NL terminated keys. Files: src/testdir/test_swap.vim *** ../vim-8.2.0443/src/testdir/test_swap.vim 2020-02-22 21:21:23.694595578 +0100 --- src/testdir/test_swap.vim 2020-03-24 21: