Re: Not able to reach travis-ci.org

2020-03-25 Fir de Conversatie Christian Brabandt
On Di, 24 Mär 2020, Bram Moolenaar wrote: > It looks like it was something stuck in the DNS cache. > I ended up rebooting my router, then wait a while. > Now it's finally back. Still not sure if there was an easier way. > Rebooting the router always means something stops working (I have > elect

Vim9 function returning list crashes Vim

2020-03-25 Fir de Conversatie Yegappan Lakshmanan
Hi all, The following Vim9 function crashes Vim. def F1(): list return [1, 2, 3] enddef echo F1() - Yegappan -- -- 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/mai

Re: Vim9 function returning list crashes Vim

2020-03-25 Fir de Conversatie Yegappan Lakshmanan
Hi, On Wed, Mar 25, 2020 at 10:28 AM Yegappan Lakshmanan wrote: > Hi all, > > The following Vim9 function crashes Vim. > > def F1(): list > return [1, 2, 3] > enddef > echo F1() > > If list is used as the return type instead of list, then this works. A similar crash is seen if list is used i

Patch 8.2.0445

2020-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.2.0445 Problem:Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target. Files: Filelist *** ../vim-8.2.0444/Filelist2020-03-24 21:41:38.023535429 +0100 --- Filelist2020-03-25 20:10:50.272784233 +0100 ***

Patch 8.2.0446

2020-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.2.0446 Problem:Listener with undo of deleting all lines not tested. Solution: Add a test. Files: src/testdir/test_listener.vim *** ../vim-8.2.0445/src/testdir/test_listener.vim 2020-02-26 22:05:57.094386589 +0100 --- src/testdir/test_listener.vim 2020-03-25 20:54

Patch 8.2.0447

2020-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.2.0447 Problem:Terminal scroll tests fails on some systems. Solution: Remove the fixed 100msec wait for Win32. Add a loop to wait until scrolling has finished. (James McCoy, closes #5842) Files: src/testdir/test_terminal.vim *** ../vim-8.2.0446/src/testdir/test_t

Re: [vim/vim] [WIP] Fix split/join not updating start/end status of prop (#5839)

2020-03-25 Fir de Conversatie Bram Moolenaar
Axel Forsman wrote: > Turns out the problem with undo was not specific to this change: One > can trivially cause an internal error by creating a three-line text > property, deleting the middle line and undoing that change, then > deleting the line below. This because the undo readds the deleted

Patch 8.2.0448

2020-03-25 Fir de Conversatie Bram Moolenaar
Patch 8.2.0448 Problem:Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843) Files: runtime/doc/eval.txt, src/testdir/test_blob.vim, src/testdir/test_breakindent.vim, src/testdir/test_charse