Re: List of features to vote on

2022-07-07 Fir de Conversatie Ernie Rael
On 7/7/22 2:21 PM, Bram Moolenaar wrote: Other than that, I don't see support of Tree-Sitter, which could be useful for things like: - syntax highlighting - folding - text objects defined by syntax (to e.g. select or move by function/class/string/statement...) - and probably other things (e.g

Re: List of features to vote on

2022-07-07 Fir de Conversatie Bram Moolenaar
> >> Other than that, I don't see support of Tree-Sitter, which could be > >> useful for things like: > >> - syntax highlighting > >> - folding > >> - text objects defined by syntax (to e.g. select or move by > >>function/class/string/statement...) > >> - and probably other things (e.g. being

Patch 9.0.0047

2022-07-07 Fir de Conversatie Bram Moolenaar
Patch 9.0.0047 Problem:Using freed memory with recursive substitute. Solution: Always make a copy for reg_prev_sub. Files: src/regexp.c, src/ex_cmds.c, src/testdir/test_regexp_latin.vim *** ../vim-9.0.0046/src/regexp.c2022-06-21 22:39:47.0 +0100 --- src/regexp.c

Re: List of features to vote on

2022-07-07 Fir de Conversatie Ernie Rael
On 7/7/22 5:30 AM, Bram Moolenaar wrote: Dominique wrote: Bram Moolenaar wrote: [...] Other than that, I don't see support of Tree-Sitter, which could be useful for things like: - syntax highlighting - folding - text objects defined by syntax (to e.g. select or move by function/class/s

Patch 9.0.0046

2022-07-07 Fir de Conversatie Bram Moolenaar
Patch 9.0.0046 Problem:Reading past end of completion with duplicate match. Solution: Check string length Files: src/insexpand.c, src/testdir/test_ins_complete.vim *** ../vim-9.0.0045/src/insexpand.c 2022-07-07 19:42:01.089608668 +0100 --- src/insexpand.c 2022-07-07 19:56:55.

Patch 9.0.0045

2022-07-07 Fir de Conversatie Bram Moolenaar
Patch 9.0.0045 Problem:Reading past end of completion with a long line and 'infercase' set. Solution: Allocate the string if needed. Files: src/insexpand.c, src/testdir/test_ins_complete.vim *** ../vim-9.0.0044/src/insexpand.c 2022-07-01 19:58:27.161837285 +0100 --- s

Re: List of features to vote on

2022-07-07 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Bram Moolenaar wrote: > > > > when you say built-in LSP support, do you mean written in C, or as a > > > vim9script plugin? > > > > Written in C. There are plugins but I have heard users argue that it > > would be better if it's built-in. Others say that the plugins are goo

Re: List of features to vote on

2022-07-07 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > > when you say built-in LSP support, do you mean written in C, or as a > > vim9script plugin? > > Written in C. There are plugins but I have heard users argue that it > would be better if it's built-in. Others say that the plugins are good > enough. Builtin LSP could als

Re: List of features to vote on

2022-07-07 Fir de Conversatie Bram Moolenaar
I wrote: > It seems currently login to vim.org doesn't work... That was just me using the wrong password. -- hundred-and-one symptoms of being an internet addict: 72. Somebody at IRC just mentioned a way to obtain full motion video without a PC using a wireless protocol called NTSC, you w

Re: List of features to vote on

2022-07-07 Fir de Conversatie Bram Moolenaar
> when you say built-in LSP support, do you mean written in C, or as a > vim9script plugin? Written in C. There are plugins but I have heard users argue that it would be better if it's built-in. Others say that the plugins are good enough. > And what do you mean with the last item "may hide p