Re: Bug/non-determinism in output of maparg() and map commands

2017-05-29 Thread Brett Stahlman
On Mon, May 29, 2017 at 3:31 PM, Nikolay Aleksandrovich Pavlov wrote: > 2017-05-29 22:17 GMT+03:00 Brett Stahlman : >> On Mon, May 29, 2017 at 3:19 AM, Nikolay Aleksandrovich Pavlov >> wrote: >> [...] > > This is not actually

Re: Bug/non-determinism in output of maparg() and map commands

2017-05-29 Thread Nikolay Aleksandrovich Pavlov
2017-05-29 22:17 GMT+03:00 Brett Stahlman : > On Mon, May 29, 2017 at 3:19 AM, Nikolay Aleksandrovich Pavlov > wrote: > [...] This is not actually different from the current situation: was needing to check for `exists('*win_id2win')`,

Re: Fastest way to edit file by command gvim launched

2017-05-29 Thread tuxic
Hi May gvim.exe + work? Cheers Meino On 05/29 02:33, Ni Va wrote: > Hi, > > I need to modify makefile to build vim and I wonder if the way I took is the > fastest one. > > I launch gvim by command to setline I need to modify. > > > [''D:\Logiciels\Vim\vim80/gvim.exe'', ''-c'',

Fastest way to edit file by command gvim launched

2017-05-29 Thread Ni Va
Hi, I need to modify makefile to build vim and I wonder if the way I took is the fastest one. I launch gvim by command to setline I need to modify. [''D:\Logiciels\Vim\vim80/gvim.exe'', ''-c'', ''edit C:\Users\nn\AppData\Local\Temp\vim\src\Make_mvc.mak'', ''-c'', ''call setline(1,set

Re: E114: Missing quote in gvim.exe', '-c'

2017-05-29 Thread Ni Va
Le lundi 29 mai 2017 11:15:48 UTC+2, Ni Va a écrit : > Le lundi 29 mai 2017 10:29:53 UTC+2, Ni Va a écrit : > > Le dimanche 28 mai 2017 21:49:03 UTC+2, Ni Va a écrit : > > > Hi, > > > > > > An attempt to modify Make_mvc.mak with a gvim -c command and it fails : > > > > > > let makefile =

Re: E114: Missing quote in gvim.exe', '-c'

2017-05-29 Thread Nikolay Aleksandrovich Pavlov
2017-05-28 23:10 GMT+03:00 Ni Va : > Le dimanche 28 mai 2017 21:49:03 UTC+2, Ni Va a écrit : >> Hi, >> >> An attempt to modify Make_mvc.mak with a gvim -c command and it fails : >> >> let makefile = globpath(expand('$tmp'.'/vim/src'),'Make_mvc.mak') >> call

Re: E114: Missing quote in gvim.exe', '-c'

2017-05-29 Thread Ni Va
Le lundi 29 mai 2017 10:29:53 UTC+2, Ni Va a écrit : > Le dimanche 28 mai 2017 21:49:03 UTC+2, Ni Va a écrit : > > Hi, > > > > An attempt to modify Make_mvc.mak with a gvim -c command and it fails : > > > > let makefile = globpath(expand('$tmp'.'/vim/src'),'Make_mvc.mak') > > call

Re: E114: Missing quote in gvim.exe', '-c'

2017-05-29 Thread Ni Va
Le dimanche 28 mai 2017 21:49:03 UTC+2, Ni Va a écrit : > Hi, > > An attempt to modify Make_mvc.mak with a gvim -c command and it fails : > > let makefile = globpath(expand('$tmp'.'/vim/src'),'Make_mvc.mak') > call job_start([$vimruntime.'/gvim.exe', '-c', 'edit '.makefile, '-c', 'call >

Re: Bug/non-determinism in output of maparg() and map commands

2017-05-29 Thread Nikolay Aleksandrovich Pavlov
2017-05-29 4:25 GMT+03:00 Brett Stahlman : > On Sun, May 28, 2017 at 4:19 PM, Nikolay Aleksandrovich Pavlov > wrote: > [...] >> >> And why do you think that “do not make plugins reinwent the wheel” is >> the same statement as “write needed