Re: Converting a commandline on the fly...

2020-12-04 Thread Gary Johnson
On 2020-12-04, tuxic wrote: > Hi, > > sorry...the subject is somehow weird... > > When compiling things containing error the compiler spits out > someting like: > > ERROR: Using Freedom() before declaration. File ../source/People.c:12:5 > > where 12 is the line number and 5 the olumn where the

Re: Converting a commandline on the fly...

2020-12-04 Thread Salman Halim
Look up the errorformat option. You can specify the format in which the compiler returns messages so Vim can understand it. -- Salman On Fri, Dec 4, 2020, 01:34 wrote: > Hi, > > sorry...the subject is somehow weird... > > When compiling things containing error the compiler spits out > sometin

Re: Vim9 dict key notation old fashion depreciated

2020-12-04 Thread Bram Moolenaar
> I'm not a cython or python expert but I'm working on a project that has > this kind of code. > It was just a reflection in the sense that for me vim9 script is > precompiled as a cython and not as a python. > > The comparison for me has meaning between two pre-compiled languages. Out > of

Re: Autocommand bug when reloading file

2020-12-04 Thread 'Paul' via vim_use
On Wed, Dec 02, 2020 at 03:56:17AM -0600, Felipe Contreras wrote: For a while I've configured the indentation preferences for many languages and different projects, similar to: au! FileType sh setl et ts=2 au! BufRead,BufNewFile */project/*.sh setl noet ts=8 Filetype settings should really g

Re: Vim9 dict key notation old fashion depreciated

2020-12-04 Thread Ni Va
I'm not a cython or python expert but I'm working on a project that has this kind of code. It was just a reflection in the sense that for me vim9 script is precompiled as a cython and not as a python. The comparison for me has meaning between two pre-compiled languages. Out of mistake on my p

Re: Vim9 dict key notation old fashion depreciated

2020-12-04 Thread Christian Brabandt
On Fr, 04 Dez 2020, Ni Va wrote: > Why Benchmark does not compare Vim9 to cython instead of python ? Because nobody has done it. If you can provide benchmarking results, feel free to open a PR with those additional informations. Best, Christian -- Frage: Welche Hardwareplattform eignet sich

Re: Vim9 dict key notation old fashion depreciated

2020-12-04 Thread Ni Va
Why Benchmark does not compare Vim9 to cython instead of python ? Le jeudi 3 décembre 2020 à 17:48:20 UTC+1, Dominique Pelle a écrit : > On Thu, Dec 3, 2020 at 1:55 PM Ni Va wrote: > > > Do profiler show performance gain for vimscript migrated in vim9 ? > > You can see vim9 benchmarks at: > htt