Re: [vim/vim] feat: hide fold text line - proposal looking for feedback

2025-05-10 Fir de Conversatie Jim Harkins
Christian, Thanks, that is exactly the kind of feedback I was looking for. I should have some time to work on this tomorrow. 1. I agree foldshowline is a good name and I'll make that happen. 2. I will check existing local-window options in options.txt. 3. I will update my draft change

Re: [vim/vim] feat: hide fold text line - proposal looking for feedback

2025-05-10 Fir de Conversatie Christian Brabandt
On Wed, 07 May 2025, Jim Harkins wrote: > I started by looking at the feasibility and wound up with a proof of > concept, though I intended to get feedback earlier. > > Feature Proposal > > Enable fold text lines to be hidden, allowing more unfolded lines to > be displayed. > > Use Case > >

vim_dev@googlegroups.com

2025-05-10 Fir de Conversatie Christian Brabandt
runtime(java): Search type and method declarations with "&inc" and "&def" Commit: https://github.com/vim/vim/commit/73440245361f3399b88c872236830da3086ad942 Author: Aliaksei Budavei <0x000...@gmail.com> Date: Sat May 10 21:44:07 2025 +0200 runtime(java): Search type and method declarations

Commit: runtime(html): Optionally fold tags with the "expr" method

2025-05-10 Fir de Conversatie Christian Brabandt
runtime(html): Optionally fold tags with the "expr" method Commit: https://github.com/vim/vim/commit/dc7ed8f946a3109460435221ad45f92486c4ebca Author: Aliaksei Budavei <0x000...@gmail.com> Date: Sat May 10 21:40:41 2025 +0200 runtime(html): Optionally fold tags with the "expr" method

Commit: runtime(tutor): improve tutor.vim plugin and filetype plugin

2025-05-10 Fir de Conversatie Christian Brabandt
runtime(tutor): improve tutor.vim plugin and filetype plugin Commit: https://github.com/vim/vim/commit/3704b5b58ace1163522188e3228996c15e56820e Author: Phạm Bình An Date: Sat May 10 21:20:57 2025 +0200 runtime(tutor): improve tutor.vim plugin and filetype plugin - Set g:tutor_deb

Commit: runtime(sh): Update syntax, improve wildcard character class matching

2025-05-10 Fir de Conversatie Christian Brabandt
runtime(sh): Update syntax, improve wildcard character class matching Commit: https://github.com/vim/vim/commit/839b79eeb33a41a5b368ad56aeaaa94f5fbace92 Author: Doug Kearns Date: Sat May 10 20:57:10 2025 +0200 runtime(sh): Update syntax, improve wildcard character class matching

Commit: patch 9.1.1379: MS-Windows: error when running evim when space in path

2025-05-10 Fir de Conversatie Christian Brabandt
patch 9.1.1379: MS-Windows: error when running evim when space in path Commit: https://github.com/vim/vim/commit/cf488ebf6c87d8abc1e2b09885d3767511db87a3 Author: GuyBrush Date: Sat May 10 20:44:33 2025 +0200 patch 9.1.1379: MS-Windows: error when running evim when space in path P

[FIXED] Re: "E36 Not enough room" while sourcing handcrafted session file

2025-05-10 Fir de Conversatie Tony Mechelynck
On Fri, May 9, 2025 at 5:38 PM Tony Mechelynck wrote: > > On Fri, May 9, 2025 at 10:55 AM Christian Brabandt wrote: > > > > > > On Fri, 09 May 2025, Tony Mechelynck wrote: > > > > > On Fri, May 9, 2025 at 7:54 AM Tony Mechelynck > > > wrote: > > > > > > > > Since a few days, while sourcing the f

Commit: patch 9.1.1377: patch v9.1.1370 causes some GTK warning messages

2025-05-10 Fir de Conversatie Christian Brabandt
patch 9.1.1377: patch v9.1.1370 causes some GTK warning messages Commit: https://github.com/vim/vim/commit/d8ebccbb10623f7d73b27f77dedc47158a0e7110 Author: Drew Vogel Date: Sat May 10 14:46:28 2025 +0200 patch 9.1.1377: patch v9.1.1370 causes some GTK warning messages Problem: S

Commit: patch 9.1.1378: sign without text overwrites number option

2025-05-10 Fir de Conversatie Christian Brabandt
patch 9.1.1378: sign without text overwrites number option Commit: https://github.com/vim/vim/commit/1b186833c1cabeb4da3c855596b9161ff982bcfc Author: glepnir Date: Sat May 10 14:59:08 2025 +0200 patch 9.1.1378: sign without text overwrites number option Problem: When 'signcolumn

Commit: runtime(doc): clarify single/multibyte support for 'fillchars'

2025-05-10 Fir de Conversatie Christian Brabandt
runtime(doc): clarify single/multibyte support for 'fillchars' Commit: https://github.com/vim/vim/commit/0553f2ff0d170db3f4649a7aaa74b635b1101eed Author: Hirohito Higashi Date: Sat May 10 14:56:17 2025 +0200 runtime(doc): clarify single/multibyte support for 'fillchars' closes: h

Re: new gtk errors

2025-05-10 Fir de Conversatie Christian Brabandt
Can you please both try patch v9.1.1377 if this helps? If not, please report back. Best would be a new ticket with all information you have. Thanks, Chris On Fri, 09 May 2025, Tony Mechelynck wrote: > The problem I have is not the same as the ticket. For one thing, I get > it "every time", lno

Commit: runtime(lf): use syn iskeyword in syntax script

2025-05-10 Fir de Conversatie Christian Brabandt
runtime(lf): use syn iskeyword in syntax script Commit: https://github.com/vim/vim/commit/6b7637e6bb3c231b8198e3eb9a3f7f558eb67188 Author: Andis Spriņķis Date: Sat May 10 14:42:25 2025 +0200 runtime(lf): use syn iskeyword in syntax script Sets 'syn iskeyword' in syntax/lf.vim to

Commit: patch 9.1.1376: quickfix dummy buffer may remain as dummy buffer

2025-05-10 Fir de Conversatie Christian Brabandt
patch 9.1.1376: quickfix dummy buffer may remain as dummy buffer Commit: https://github.com/vim/vim/commit/270124f46ae6266ac7eee871e28d3072dd7d5a92 Author: Sean Dewar <6256228+seande...@users.noreply.github.com> Date: Sat May 10 14:33:28 2025 +0200 patch 9.1.1376: quickfix dummy buffer may

Commit: patch 9.1.1375: [security]: possible heap UAF with quickfix dummy buffer

2025-05-10 Fir de Conversatie Christian Brabandt
patch 9.1.1375: [security]: possible heap UAF with quickfix dummy buffer Commit: https://github.com/vim/vim/commit/b4074ead5cd8751f0460e157471028dbb77ca1e9 Author: Sean Dewar <6256228+seande...@users.noreply.github.com> Date: Sat May 10 14:30:36 2025 +0200 patch 9.1.1375: [security]: possi

Commit: CI: use deb822 style for llvm source

2025-05-10 Fir de Conversatie Christian Brabandt
CI: use deb822 style for llvm source Commit: https://github.com/vim/vim/commit/9955c125fa1ef4273faa5760c3bb957aabdbfc28 Author: Philip H. <47042125+pheid...@users.noreply.github.com> Date: Sat May 10 14:23:36 2025 +0200 CI: use deb822 style for llvm source closes: https://github.c