job_start the make command

2016-12-13 Thread Ni Va
Hi, I am using a useful tool rigrep to search content through dirs and files. Then I have applied it to makeprg and set errorformat to display found informations like this : let &makeprg = expand("$VIM").'\vim80\rg.exe -n ' . l:args let &errorformat = '%f:%l:%m' make copen

Re: job_start the make command

2016-12-13 Thread Bryan Richter
On Tue, Dec 13, 2016 at 10:04:53AM -0800, Ni Va wrote: > Hi, > > I am using a useful tool rigrep to search content through dirs and > files. > > Then I have applied it to makeprg and set errorformat to display found > informations like this : > > > let &makeprg = expand("$VIM").'\vim80\

Re: job_start the make command

2016-12-14 Thread Ni Va
Le mardi 13 décembre 2016 23:19:00 UTC+1, Bryan Richter a écrit : > On Tue, Dec 13, 2016 at 10:04:53AM -0800, Ni Va wrote: > > Hi, > > > > I am using a useful tool rigrep to search content through dirs and > > files. > > > > Then I have applied it to makeprg and set errorformat to display found >

Re: job_start the make command

2016-12-14 Thread Bram Moolenaar
Nivamail wrote: > Le mardi 13 décembre 2016 23:19:00 UTC+1, Bryan Richter a écrit : > > On Tue, Dec 13, 2016 at 10:04:53AM -0800, Ni Va wrote: > > > Hi, > > > > > > I am using a useful tool rigrep to search content through dirs and > > > files. > > > > > > Then I have applied it to makeprg and

Re: job_start the make command

2016-12-14 Thread Justin M. Keyes
On Wed, Dec 14, 2016 at 9:42 PM, Bram Moolenaar wrote: > > Nivamail wrote: > >> Le mardi 13 décembre 2016 23:19:00 UTC+1, Bryan Richter a écrit : >> > On Tue, Dec 13, 2016 at 10:04:53AM -0800, Ni Va wrote: >> > > Hi, >> > > >> > > I am using a useful tool rigrep to search content through dirs and

Re: job_start the make command

2016-12-15 Thread Andrew Vos
On Wednesday, December 14, 2016 at 8:42:27 PM UTC, Bram Moolenaar wrote: > Nivamail wrote: > > > Le mardi 13 décembre 2016 23:19:00 UTC+1, Bryan Richter a écrit : > > > On Tue, Dec 13, 2016 at 10:04:53AM -0800, Ni Va wrote: > > > > Hi, > > > > > > > > I am using a useful tool rigrep to search con

Re: job_start the make command

2016-12-15 Thread Andrew Vos
Bram, are you serious about possibly including something like this in Vim? If you are, then I would absolutely be interested in getting your wishlist all working and putting the time in to maintain it! -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your repl

Re: job_start the make command

2016-12-16 Thread Bram Moolenaar
Andrew Vos wrote: > Bram, are you serious about possibly including something like this in > Vim? If you are, then I would absolutely be interested in getting your > wishlist all working and putting the time in to maintain it! Yes, I think this is generally useful. Would be good to review this,

Re: job_start the make command

2016-12-16 Thread skywind3000
Shameless self promotion: https://github.com/skywind3000/asyncrun.vim an asynchronous :Make command can be easily defined by using AsyncRun: :command! -bang -nargs=* -complete=file Make AsyncRun -program=make @ Now, :Make works just like old :make but runs in background, errors will be ma

Re: job_start the make command

2017-09-25 Thread Vincent Stone
Asynchrun is too heavy to be included in the vim just for make and grep. I prefer the vim-make-background plugin. Is there any plan to include it? --Vincent Stone On Friday, December 16, 2016 at 7:33:32 PM UTC+8, skywind3000 wrote: > Shameless self promotion: > > https://github.com/skywind3000/

Re: job_start the make command

2019-07-26 Thread Enno
Le lundi 25 septembre 2017 06:22:14 UTC-3, Vincent Stone a écrit : > Asynchrun is too heavy to be included in the vim just for make and grep. I > prefer the vim-make-background plugin. Is there any plan to include it? > > --Vincent Stone In defense of AsyncRun, it worked unfailingly for the last