Re: [PATCH] runtime(rst): Add support for rst_minlines variable

2025-03-06 Fir de Conversatie 'Dragan Simic' via vim_dev
On 2025-03-06 23:06, 'Dragan Simic' via vim_dev wrote: Hello Christian, On 2025-03-06 22:45, Christian Brabandt wrote: On Thu, 06 Mar 2025, 'Dragan Simic' via vim_dev wrote: Following the approach used in other syntax definitions, add support for defining the "syntax sync minlines=..." values

Re: [PATCH] runtime(rst): Add support for rst_minlines variable

2025-03-06 Fir de Conversatie Christian Brabandt
On Thu, 06 Mar 2025, Maxim Kim wrote: > It would also need an entry in a doc, right? Like in :h g:markdown_minlines Yes it would and I mentioned it in the PR I created. Unfortunately, the upstream repo doesn't contain docs, so we will have to add it once it is synced back with the Vim repo.

Re: [PATCH] runtime(rst): Add support for rst_minlines variable

2025-03-06 Fir de Conversatie Maxim Kim
It would also need an entry in a doc, right? Like in :h g:markdown_minlines On Friday, March 7, 2025 at 9:17:56 AM UTC+11 Dragan Simic wrote: > Hello Christian, > > On 2025-03-06 22:45, Christian Brabandt wrote: > > On Thu, 06 Mar 2025, 'Dragan Simic' via vim_dev wrote: > > > >> Following the ap

Commit: editorconfig: set editing style for comment and hlsearch package

2025-03-06 Fir de Conversatie Christian Brabandt
editorconfig: set editing style for comment and hlsearch package Commit: https://github.com/vim/vim/commit/25e833f4ec3de8e7286cd5a43d031ba7064c9f9a Author: Maxim Kim Date: Thu Mar 6 21:13:25 2025 +0100 editorconfig: set editing style for comment and hlsearch package closes: https

Commit: patch 9.1.1178: not possible to generate completion candidates using fuzzy matching

2025-03-06 Fir de Conversatie Christian Brabandt
patch 9.1.1178: not possible to generate completion candidates using fuzzy matching Commit: https://github.com/vim/vim/commit/f31cfa29bf72b0cdf6fa1b60346ea4e187bcafd1 Author: glepnir Date: Thu Mar 6 21:59:13 2025 +0100 patch 9.1.1178: not possible to generate completion candidates using

Re: [PATCH] runtime(rst): Add support for rst_minlines variable

2025-03-06 Fir de Conversatie 'Dragan Simic' via vim_dev
Hello Christian, On 2025-03-06 22:45, Christian Brabandt wrote: On Thu, 06 Mar 2025, 'Dragan Simic' via vim_dev wrote: Following the approach used in other syntax definitions, add support for defining the "syntax sync minlines=..." values for rst files in the users' ~/.vimrc files, to allow

Commit: runtime(doc): revert modeline change in vim9.txt

2025-03-06 Fir de Conversatie Christian Brabandt
runtime(doc): revert modeline change in vim9.txt Commit: https://github.com/vim/vim/commit/ec6e82af04902b7e6792e4492590308d3a223a99 Author: Christian Brabandt Date: Thu Mar 6 21:01:26 2025 +0100 runtime(doc): revert modeline change in vim9.txt Signed-off-by: Christian Brabandt

Commit: patch 9.1.1179: too many strlen() calls in misc2.c

2025-03-06 Fir de Conversatie Christian Brabandt
patch 9.1.1179: too many strlen() calls in misc2.c Commit: https://github.com/vim/vim/commit/4a1e6dacbb2cc833353983bea7eac38191c9d3b4 Author: John Marriott Date: Thu Mar 6 22:26:23 2025 +0100 patch 9.1.1179: too many strlen() calls in misc2.c Problem: too many strlen() calls in

Re: [PATCH] runtime(rst): Add support for rst_minlines variable

2025-03-06 Fir de Conversatie Christian Brabandt
On Thu, 06 Mar 2025, 'Dragan Simic' via vim_dev wrote: > Following the approach used in other syntax definitions, add support for > defining the "syntax sync minlines=..." values for rst files in the users' > ~/.vimrc files, to allow the users to adjust that value in case syntax > highlighting s

Commit: patch 9.1.1177: filetype: tera files not detected

2025-03-06 Fir de Conversatie Christian Brabandt
patch 9.1.1177: filetype: tera files not detected Commit: https://github.com/vim/vim/commit/5daaf2326800ff0683a5be9a7f475667a4fc09db Author: MuntasirSZN Date: Thu Mar 6 21:06:38 2025 +0100 patch 9.1.1177: filetype: tera files not detected Problem: filetype: tera files not detect

[PATCH] runtime(rst): Add support for rst_minlines variable

2025-03-06 Fir de Conversatie 'Dragan Simic' via vim_dev
Following the approach used in other syntax definitions, add support for defining the "syntax sync minlines=..." values for rst files in the users' ~/.vimrc files, to allow the users to adjust that value in case syntax highlighting stops working for some of the files they edit. Signed-off-by: Drag