Patch 8.2.5034

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5034 Problem:There is no way to get the byte index from a virtual column. Solution: Add virtcol2col(). (Yegappan Lakshmanan, closes #10477, closes #10098) Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/move.c, src/proto/mov

Patch 8.2.5033

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5033 (after 8.2.5030) Problem:Build error with +eval but without +quickfix. Warning for uninitialized variable. Solution: Adjust #ifdefs. (John Marriott) Files: src/errors.h, src/autocmd.c *** ../vim-8.2.5032/src/errors.h2022-05-27 18:05:28.335620087 +0

Re: Patch 8.2.5030

2022-05-27 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 28-May-2022 03:06, Bram Moolenaar wrote: > > Patch 8.2.5030 > > Problem:autocmd_add() can only handle one event and pattern. > > Solution: Support a list of events and patterns. (Yegappan Lakshmanan, > > closes #10483) > > Files: runtime/doc/buil

Patch 8.2.5032

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5032 Problem:Python 3 test fails without the GUI. Solution: Check the balloon_eval feature is available. Files: src/testdir/test_python3.vim *** ../vim-8.2.5031/src/testdir/test_python3.vim2022-05-22 12:23:43.271595457 +0100 --- src/testdir/test_python3.vim

Re: Patch 8.2.5030

2022-05-27 Fir de Conversatie John Marriott
On 28-May-2022 03:06, Bram Moolenaar wrote: Patch 8.2.5030 Problem:autocmd_add() can only handle one event and pattern. Solution: Support a list of events and patterns. (Yegappan Lakshmanan, closes #10483) Files: runtime/doc/builtin.txt, src/autocmd.c, src/errors.h,

Patch 8.2.5031

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5031 Problem:Cannot easily run the benchmarks. Solution: Have "make benchmark" in the src directory work. Files: src/Makefile, src/testdir/Makefile *** ../vim-8.2.5030/src/Makefile2022-05-06 18:08:48.548683486 +0100 --- src/Makefile2022-05-27 19:57:54.795564

Patch 8.2.5030

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5030 Problem:autocmd_add() can only handle one event and pattern. Solution: Support a list of events and patterns. (Yegappan Lakshmanan, closes #10483) Files: runtime/doc/builtin.txt, src/autocmd.c, src/errors.h, src/testdir/test_autocmd.vim *** ../v

Patch 8.2.5029

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5029 Problem:"textlock" is always zero. Solution: Remove "textlock" and rename "textwinlock" to "textlock". (closes #10489) Files: runtime/doc/insert.txt, runtime/doc/tags, src/beval.c, src/change.c, src/edit.c, src/errors.h, src/eval.c, src/ex_cmds.c,

Patch 8.2.5028

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5028 Problem:Syntax regexp matching can be slow. Solution: Adjust the counters for checking the timeout to check about once per msec. (closes #10487, closes #2712) Files: src/regexp_bt.c, src/regexp_nfa.c *** ../vim-8.2.5027/src/regexp_bt.c 2022-05-18 15:03:

Patch 8.2.5027

2022-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.5027 Problem:Error for missing :endif when an exception was thrown. (Dani Dickstein) Solution: Do not give an error when aborting. (closes #10490) Files: src/ex_docmd.c, src/testdir/test_trycatch.vim *** ../vim-8.2.5026/src/ex_docmd.c 2022-05-26 22:24:39.22