Re: C.VIM Syntax file update

2025-07-16 Fir de Conversatie Mark Manning
Thank you. I mucked up trying to upload the diff a couple of times and thought I had deleted them. But at least this is now down. :-) Thank you again both Doug and Christian. On Wed, Jul 16, 2025 at 1:22 PM Doug Kearns wrote: > On Thu, 17 Jul 2025 at 03:51, Christian Brabandt > wrote: > > > >

Re: C.VIM Syntax file update

2025-07-16 Fir de Conversatie Doug Kearns
On Thu, 17 Jul 2025 at 03:51, Christian Brabandt wrote: > > On Di, 15 Jul 2025, Mark Manning wrote: > > > Ok, let me try this. (I finally got 'git diff' to work.) > > Thanks. Now I got 3 slightly varying patches :) Which one would you like > to applied? If I see this correctly, those functions ar

Re: C.VIM Syntax file update

2025-07-16 Fir de Conversatie Christian Brabandt
On Di, 15 Jul 2025, Mark Manning wrote: > Ok, let me try this. (I finally got 'git diff' to work.) Thanks. Now I got 3 slightly varying patches :) Which one would you like to applied? If I see this correctly, those functions are not highlighted by default, so that would be the right thing to

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, I just uploaded the DIFF of the original c.vim file and my c.vim file. Is this what you think he needs? (Only took me six tries to get it uploaded. Ugh.) Mark :-) On Mon, 14 Jul 2025 21:56:22 +1000 Doug Kearns wrote: > Mark, > > Re: https://www.vim.org/scripts/script.php?script_id=6159 >

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, let me try this. (I finally got 'git diff' to work.) @@ -459,6 +459,58 @@ else exec "syn sync ccomment cComment minlines=" . b:c_minlines endif +" +" Standard C Library Functions Table, By Name +" Put in by Mark Manning on July 12th, 2025. +" +syn keyword cStdCLibFunctions abort abs ac

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, let me try this. (I finally got 'git diff' to work.) @@ -459,6 +459,58 @@ else exec "syn sync ccomment cComment minlines=" . b:c_minlines endif +" +" Standard C Library Functions Table, By Name +" Put in by Mark Manning on July 12th, 2025. +" +syn keyword cStdCLibFunctions abort abs ac

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok, let me try this. (I finally got 'git diff' to work.) diff --git a/C:/Users/marke/Documents/GitHub/vim/runtime/syntax/c.vim b/C:/Program Files (x86)/Vim/vim91/syntax/c.vim index c217c23d8..3bd2ec963 100644 --- a/C:/Users/marke/Documents/GitHub/vim/runtime/syntax/c.vim +++ b/C:/Program Files (

Re: C.VIM Syntax file update

2025-07-15 Fir de Conversatie Mark Manning
Ok. I went online, read the instructions on doing a pull request, and it said I should download the repository and work from there. I did that so I had it on my system. I put in the changes and said to push those back to the repository. However, GitHub responded that I do not have privileges to pus

Re: C.VIM Syntax file update

2025-07-14 Fir de Conversatie Mark Manning
Sorry - I decided that name was way too long and shortened it to cStdCLibFunctions On Monday, July 14, 2025 at 4:09:56 PM UTC-5 Mark Manning wrote: > @Doug Kearns, > > Ok. How about if I made it something like > > cStandardCLibraryFunctions > > as the name and then the list could then be i

Re: C.VIM Syntax file update

2025-07-14 Fir de Conversatie Mark Manning
@Doug Kearns, Ok. How about if I made it something like cStandardCLibraryFunctions as the name and then the list could then be included into a later cFunction command? Would that be a good idea? Also, I think I'm going to have to try the command that is in the "still to be released" c.vim that

Re: C.VIM Syntax file update

2025-07-14 Fir de Conversatie Doug Kearns
Mark, Re: https://www.vim.org/scripts/script.php?script_id=6159 On Sun, 13 Jul 2025 at 16:30, 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 >

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

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

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: 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

C.VIM Syntax file update

2025-07-12 Fir de Conversatie Mark Manning
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 included into the next release. I uploaded it to my acco