Re: Patch 8.2.2071

2020-12-01 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: > Am 30.11.2020 um 21:12 schrieb Bram Moolenaar: > > Problem:Vim9: list assign doesn't except empty remainder list. > > :s/except/accept/ Thanks. -- Trees moving back and forth is what makes the wind blow. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolen

Re: Patch 8.2.2071

2020-12-01 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 30.11.2020 um 21:12 schrieb Bram Moolenaar: Problem:Vim9: list assign doesn't except empty remainder list. :s/except/accept/ -- Andy -- -- 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, v

Patch 8.2.2071

2020-11-30 Fir de Conversatie Bram Moolenaar
Patch 8.2.2071 Problem:Vim9: list assign doesn't except empty remainder list. Solution: Recognize list assignment with ";". Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vim *** ../vim-8.2.2070/src/ex_docmd.c 2020-11-28 21:21:13.830682201 +0100 ---