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

2025-05-08 Fir de Conversatie Tony Mechelynck
On Fri, May 9, 2025 at 7:54 AM Tony Mechelynck wrote: > > Since a few days, while sourcing the following session file: > > " Vim session file > " This one was not generated by :mksession. > > " e ~/.mozilla/seamonkey/eiox68r9.default/user.js > e ~/.mozilla/seamonkey/r0hh40it.frg-2018+/user.js > lc

Re: new gtk errors

2025-05-08 Fir de Conversatie tooth pik
yes that looks like it what's wayland? is it like x11 or kde? opensuse 15.6 On Thu, May 8, 2025 at 4:52 PM Christian Brabandt wrote: > I still don't understand. Is this your issue: > https://github.com/vim/vim/issues/17279 > > Are you also on Wayland? > Are those just warnings? Or does it pre

Commit: runtime(doc): update return types for builtin functions

2025-05-08 Fir de Conversatie Christian Brabandt
runtime(doc): update return types for builtin functions Commit: https://github.com/vim/vim/commit/17ad852a62b6e2cf25207292ebca7a748e529d59 Author: Christian Brabandt Date: Fri May 9 00:03:20 2025 +0200 runtime(doc): update return types for builtin functions fixes: https://github.

Re: Commit: patch 9.1.1367: too many strlen() calls in gui.c

2025-05-08 Fir de Conversatie Christian Brabandt
On Thu, 08 May 2025, Christ van Willegen wrote: > Hi, > > A typo below: > > > Op wo 7 mei 2025 20:15 schreef Christian Brabandt : > > patch 9.1.1367: too many strlen() calls in gui.c > > + > +           // Make sure resulting NameBuff will not exceed it's bounds. > +       

Re: new gtk errors

2025-05-08 Fir de Conversatie Christian Brabandt
I still don't understand. Is this your issue: https://github.com/vim/vim/issues/17279 Are you also on Wayland? Are those just warnings? Or does it prevent resizing? Thanks, Chris On Thu, 08 May 2025, tooth pik wrote: > ordinarily, when i start a raw gvim with no size specified, it assumes the

Commit: patch 9.1.1374: completion: 'smartcase' not respected when filtering matches

2025-05-08 Fir de Conversatie Christian Brabandt
patch 9.1.1374: completion: 'smartcase' not respected when filtering matches Commit: https://github.com/vim/vim/commit/dc314053e121b0a995bdfbcdd2f03ce228e14eb3 Author: Girish Palya Date: Thu May 8 23:28:52 2025 +0200 patch 9.1.1374: completion: 'smartcase' not respected when filtering mat

Commit: git: ignore more style changes from v9.1.1371 and v9.1.1372

2025-05-08 Fir de Conversatie Christian Brabandt
git: ignore more style changes from v9.1.1371 and v9.1.1372 Commit: https://github.com/vim/vim/commit/1eb8d0873891ec1e6b458a30194c7bbc7d90d26e Author: Christian Brabandt Date: Thu May 8 23:01:41 2025 +0200 git: ignore more style changes from v9.1.1371 and v9.1.1372 Signed-off-by:

Commit: patch 9.1.1373: 'completeopt' checking logic can be simplified

2025-05-08 Fir de Conversatie Christian Brabandt
patch 9.1.1373: 'completeopt' checking logic can be simplified Commit: https://github.com/vim/vim/commit/c3fbaa086e338486673d4cffbcbd18466ad2ac09 Author: glepnir Date: Thu May 8 23:05:10 2025 +0200 patch 9.1.1373: 'completeopt' checking logic can be simplified Problem: Flag chec

Commit: patch 9.1.1371: style: indentation and brace issues in insexpand.c

2025-05-08 Fir de Conversatie Christian Brabandt
patch 9.1.1371: style: indentation and brace issues in insexpand.c Commit: https://github.com/vim/vim/commit/19e1dd6b6aeb96d64122332a8c3d17b9d5ca007b Author: glepnir Date: Thu May 8 22:50:38 2025 +0200 patch 9.1.1371: style: indentation and brace issues in insexpand.c Problem: s

Commit: patch 9.1.1372: style: braces issues in various files

2025-05-08 Fir de Conversatie Christian Brabandt
patch 9.1.1372: style: braces issues in various files Commit: https://github.com/vim/vim/commit/a4a00a7ad0cfa26685c057c11a09bec2c962346a Author: Hirohito Higashi Date: Thu May 8 22:58:31 2025 +0200 patch 9.1.1372: style: braces issues in various files Problem: style: braces issu

Re: [vim/vim] fix some wrong style (PR #17278)

2025-05-08 Fir de Conversatie Gary Johnson
On 2025-05-08, glepnir (Vim Github Repository) wrote: > some indent and brace style > > --- > > You can view, comment on, or merge this pull request online at: > > https://github.com/vim/vim/pull/17278 > > Commit Summ

Re: new gtk errors

2025-05-08 Fir de Conversatie tooth pik
interestingly, when i start my calendar script, it comes up sized to the requested dimensions, the difference being i use lines= and columns= in a .vim script to obtain the size On Thu, May 8, 2025 at 9:13 AM tooth pik wrote: > ordinarily, when i start a raw gvim with no size specified, it assum