Re: Patch 1766 doesn't exist

2023-08-20 Thread Tony Mechelynck
On Sun, Aug 20, 2023 at 10:14 PM Christian Brabandt wrote: > > > On So, 20 Aug 2023, Tony Mechelynck wrote: > > > With all patches in, :version (or vim --version) includes the line > > > > Included patches: 1-1765, 1767-1769 > > > > meaning that there is no patch 1766. I suppose that this is just

Re: coding with AI in vim (and writing in general)

2023-08-20 Thread Kit
It's looking good, but it is paid for. I use the chat with a clipboard. I modify a source code in the chat, then paste it into Vim. -- Kit ne 20. 8. 2023 v 15:45 odesílatel Renato Fabbri napsal: > > I found: https://github.com/madox2/vim-ai > have you used this or something else or what can you

Re: SOLVED: Vim error message when opening .ini file

2023-08-20 Thread Melvin Q. Watchpocket
I was just assuming that, for example, the string"DARK_BLUE" in the line "DARK_BLUE = 0,55,218" was supposed to actually be dark blue, and the same for the other color-names in the file. I'm actually glad to to hear that that notion wrong. I'm not using a standard colorscheme, I've set all (

Re: Patch 1766 doesn't exist

2023-08-20 Thread Christian Brabandt
On So, 20 Aug 2023, Tony Mechelynck wrote: > With all patches in, :version (or vim --version) includes the line > > Included patches: 1-1765, 1767-1769 > > meaning that there is no patch 1766. I suppose that this is just an > oversight and that no Vim user should be alarmed by it. > > I'm sen

Re: SOLVED: Vim error message when opening .ini file

2023-08-20 Thread Enan Ajmain
On Sun, 20 Aug 2023 11:51:23 -0700 (PDT) "Melvin Q. Watchpocket" wrote: > On Sunday, August 20, 2023 at 2:42:01 PM UTC-4 Enan Ajmain wrote: > > Look at Windows Terminal colortool schemes and see if Vim renders it > > with proper colors: > > https://github.com/microsoft/terminal/blob/d28b6bf1f2c5a0

Patch 1766 doesn't exist

2023-08-20 Thread Tony Mechelynck
With all patches in, :version (or vim --version) includes the line Included patches: 1-1765, 1767-1769 meaning that there is no patch 1766. I suppose that this is just an oversight and that no Vim user should be alarmed by it. I'm sending this to vim_use to let all users of Vim know that this "m

Re: SOLVED: Vim error message when opening .ini file

2023-08-20 Thread Melvin Q. Watchpocket
All the color names, to the left of the equal signs and numbers, are green, everything in brackets is orange. clearly not the proper colors. Shouldn't the dosini.vim file have fixed that? On Sunday, August 20, 2023 at 2:42:01 PM UTC-4 Enan Ajmain wrote: > On Sun, 20 Aug 2023 10:56:26 -0700 (PD

Re: SOLVED: Vim error message when opening .ini file

2023-08-20 Thread Enan Ajmain
On Sun, 20 Aug 2023 10:56:26 -0700 (PDT) "Melvin Q. Watchpocket" wrote: > On Sunday, August 20, 2023 at 1:40:32 PM UTC-4 Christian Brabandt wrote: > [...] > > this does not seem to be a typical ini file. Not sure why you are using > > the .ini file extension. > > I'm runing Steve Gibson's DNSBench

Re: SOLVED: Vim error message when opening .ini file

2023-08-20 Thread Melvin Q. Watchpocket
I'm runing Steve Gibson's DNSBench program under wine. https://www.grc.com/dns/benchmark.htm It automatically creates a custom list of nearby DNS servers *as a .ini file* and puts it in the same directory as the program. Before this, I probably have never before opened a .ini file in Vim. On S

Re: SOLVED: Vim error message when opening .ini file

2023-08-20 Thread Christian Brabandt
On So, 20 Aug 2023, Melvin Q. Watchpocket wrote: > OK!  This works!  > I've replaced the old dosini.vim file with yours posted above.  Great to hear. > > Using this file now as my /usr/share/vim/vim90/syntax/dosini.vim file, I can > open a .ini file WITHOUT getting any error messages. > > T

SOLVED: Re: Vim error message when opening .ini file

2023-08-20 Thread Melvin Q. Watchpocket
OK! This works! I've replaced the old dosini.vim file with yours posted above. Using this file now as my /usr/share/vim/vim90/syntax/dosini.vim file, I can open a .ini file *WITHOUT *getting any error messages. Thank you, Christian! One question: should I be seeing some syntax coloring in

Re: Vim error message when opening .ini file

2023-08-20 Thread Christian Brabandt
On So, 20 Aug 2023, Melvin Q. Watchpocket wrote: > --> patch --dry-run -ruN NEW-dosini.vim < the-patch > checking file NEW-dosini.vim > patch: malformed patch at line 6: finish > > I'm likely not applying the patch correctly.  I've never applied a patch > before.  What am I doing wrong? Y

Re: Vim error message when opening .ini file

2023-08-20 Thread Melvin Q. Watchpocket
--> patch --dry-run -ruN NEW-dosini.vim < the-patch checking file NEW-dosini.vim patch: malformed patch at line 6: finish I'm likely not applying the patch correctly. I've never applied a patch before. What am I doing wrong? On Sunday, August 20, 2023 at 4:47:59 AM UTC-4 Christian Braband

coding with AI in vim (and writing in general)

2023-08-20 Thread Renato Fabbri
I found: https://github.com/madox2/vim-ai have you used this or something else or what can you say? best, rf -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.p

Re: Vim error message when opening .ini file

2023-08-20 Thread Christian Brabandt
On Sa, 19 Aug 2023, Melvin Q. Watchpocket wrote: > > > Vim shows the following long error message when I open a file with a dot-ini > (.ini) file extension: > > Error detected while processing > /usr/share/vim/vimrc[25]../usr/share/vim/vim90/syntax/syntax.vim[44]..BufRead > Autocommands f

Re: Vim error message when opening .ini file

2023-08-20 Thread Enan Ajmain
On Sun, 20 Aug 2023 09:49:20 +0200 Anton Sharonov wrote: > for what it worst, Debian (?) user complained as well in > comp.editors about dosini.vim error which looks similar, may be > also related: > > https://groups.google.com/g/comp.editors/c/4ylkonD0ARs/m/KMNZRYTmBQAJ > > Anton Not similar. I

Re: Vim error message when opening .ini file

2023-08-20 Thread Anton Sharonov
On Sat, Aug 19, 2023 at 11:59:15PM -0700, Hong Xu wrote: > On 8/19/23 22:21, Enan Ajmain wrote: > > On Sat, 19 Aug 2023 15:24:29 -0700 (PDT) > > "Melvin Q. Watchpocket" wrote: > > > > > > > > > Vim shows the following long error message when I

Re: Vim error message when opening .ini file

2023-08-20 Thread Hong Xu
On 8/19/23 22:21, Enan Ajmain wrote: On Sat, 19 Aug 2023 15:24:29 -0700 (PDT) "Melvin Q. Watchpocket" wrote: Vim shows the following long error message when I open a file with a dot-ini (.ini) file extension: Error detected while processing