Patch 8.2.1947

2020-11-03 Fir de Conversatie Bram Moolenaar
Patch 8.2.1947 Problem:Crash when using "zj" without folds. (Sean Dewar) Solution: Check for at least one fold. (closes #7245) Files: src/fold.c, src/testdir/test_fold.vim *** ../vim-8.2.1946/src/fold.c 2020-09-17 19:35:53.646187488 +0200 --- src/fold.c 2020-11-03 20:03:07.51510793

Patch 8.2.1946

2020-11-03 Fir de Conversatie Bram Moolenaar
Patch 8.2.1946 Problem:sort() with NULL string not tested. Solution: Add a test. use v:collate. (Dominique Pellé, closes #7247) Files: src/testdir/test_sort.vim *** ../vim-8.2.1945/src/testdir/test_sort.vim 2020-11-01 17:19:01.677362237 +0100 --- src/testdir/test_sort.vim 2020-

Patch 8.2.1945

2020-11-03 Fir de Conversatie Bram Moolenaar
Patch 8.2.1945 Problem:Crash when passing NULL function to reduce(). Solution: Check for NULL pointer and give an error. (Dominique Pellé, closes #7243) Files: src/list.c, src/errors.h, src/testdir/test_listdict.vim *** ../vim-8.2.1944/src/list.c 2020-11-01 13:57:37.5519

Re: unwanted escape sequences

2020-11-03 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Charles Campbell wrote: > > > Hello! > > > > Recently, as in the last year or so, I've been getting unwanted escape > > sequences; I've tracked down the issue to a simple operation: > > > > vim -u NONE -U NONE > > :q > > > > and I get left with >4;m>4;2m. My system uses li

Patch 8.2.1944

2020-11-03 Fir de Conversatie Bram Moolenaar
Patch 8.2.1944 Problem:Netbeans test is flaky. Solution: Add a short delay. (Yegappan Lakshmanan, closes #7246) Files: src/testdir/test_netbeans.vim *** ../vim-8.2.1943/src/testdir/test_netbeans.vim 2020-11-02 20:03:51.615794746 +0100 --- src/testdir/test_netbeans.vim 20

Fwd: sshdconfig syntax highlight update in vim

2020-11-03 Fir de Conversatie Jakub Jelen
Hi all, I updated the syntax highlight for the sshd config in the following PR. The maintainer does not look like responding for over a week now so resending this PR to the mailing list as requested by the contributing guide. Regards, Jakub Forwarded Message Subject: sshdco