Re: C.VIM Syntax file update

2025-07-13 Fir de Conversatie shane.qian
> "What is a PR?" and "How do I do it?" He means 'pull request' in 'Github', or actually you should be Ok to go with 'git patch' workflow as well; just send your code patch mail to him. FYI. check ':h develop.txt' -- shane.xb.qian -- -- You received this message from the "vim_dev" maillist. D

Warnings -Wmaybe-uninitialized (x2) at src/insexpand.c:2459 after applying patches 1539 and 1540

2025-07-13 Fir de Conversatie Tony Mechelynck
After applying patches 1539 and 1540 I get the following in all builds (Tiny, Normal and Huge): insexpand.c: In function ‘ins_compl_new_leader’: insexpand.c:2459:9: warning: ‘save_w_wrow’ may be used uninitialized [-Wmaybe-uninitialized] 2459 | show_pum(save_w_wrow, save_w_leftcol);

Re: C.VIM Syntax file update

2025-07-13 Fir de Conversatie Mark Manning
@Christian Brabandt - I'm sorry - although I have been a part of VIM for many years - I hardly ever get on any of the groups. So my question to you is "What is a PR?" and "How do I do it?" If there is a web page that explains all of that - please post or send it to me. Thanks! Mark On Sunda

Commit: runtime(vim): Update help syntax file, improve highlighting of included Vim examples

2025-07-13 Fir de Conversatie Christian Brabandt
runtime(vim): Update help syntax file, improve highlighting of included Vim examples Commit: https://github.com/vim/vim/commit/1341176e7b800238b30a137c1ea1a31ca2c3d488 Author: Doug Kearns Date: Sun Jul 13 17:53:26 2025 +0200 runtime(vim): Update help syntax file, improve highlighting of

Commit: patch 9.1.1540: completion: menu state wrong on interruption

2025-07-13 Fir de Conversatie Christian Brabandt
patch 9.1.1540: completion: menu state wrong on interruption Commit: https://github.com/vim/vim/commit/f6a308c65bfe881535ea924028b9386fbd3ba4da Author: Girish Palya Date: Sun Jul 13 17:01:57 2025 +0200 patch 9.1.1540: completion: menu state wrong on interruption Problem: complet

Commit: patch 9.1.1539: completion: messages don't respect 'shm' setting

2025-07-13 Fir de Conversatie Christian Brabandt
patch 9.1.1539: completion: messages don't respect 'shm' setting Commit: https://github.com/vim/vim/commit/fe1d3c8af764831aa51a8922ce24a7cfd9e6129d Author: Girish Palya Date: Sun Jul 13 16:53:53 2025 +0200 patch 9.1.1539: completion: messages don't respect 'shm' setting Problem:

Re: C.VIM Syntax file update

2025-07-13 Fir de Conversatie Maxim Kim
I actually prefer function names to stay normal color, not sure about others. Having said that I am able to override it for my personal config and in colorschemes I am authoring :) On Sunday, July 13, 2025 at 5:23:17 PM UTC+10 Christian Brabandt wrote: > > On Sa, 12 Jul 2025, Mark Manning wrot

Re: How to read Vim's source code?

2025-07-13 Fir de Conversatie Christian Brabandt
Hi, I am afraid, I won't be of much help here, but you have been looking at a quite complex problem. I personally don't see myself capable of doing such complex changes that have the ability to cause regressions in other parts of the code. Also note, that the win_line() function needs to stay i

Re: C.VIM Syntax file update

2025-07-13 Fir de Conversatie Christian Brabandt
On Sa, 12 Jul 2025, Mark Manning wrote: > Using Vim 9.1 > > Hi everyone! I got a C source file and started to edit it and did not see my > colors come up like normal. So for the last five hours I have been working on > making changes to the C.VIM syntax file. I was wondering if it can be > i