Asynchronous grep and integration with the ripgrep/ag/ack search tools

2018-02-27 Thread Yegappan Lakshmanan
Hi all, I have updated the grep.vim plugin to use the new asynchronous features in Vim 8.0. Now the grep commands are run in the background and the results are added to the quickfix list. I have also updated the plugin to integrate ripgrep, ack and ag search tools. You can download the plugin

Re: bugs?

2018-02-27 Thread Renato Fabbri
ops... email sent only for you... I apologise and am sending to the list as well. On Tue, Feb 27, 2018 at 3:16 PM, Bram Moolenaar wrote: > >> >> Renato Fabbri wrote: >> >> > > > Would you call these bugs? >> > > > >> > > > 1) >> > > > vim script (vimL) syntax highlighting

Re: Just another little note of "woah, vim already does that"

2018-02-27 Thread Arun
On Tue, Feb 27, 2018 at 10:34 AM, Tim Chase wrote: > I've got a rather large source file for an ETL process containing > several functions (one for each of the files it processes). There's > enough similarity between the file processing that it's easy to do a > search

Just another little note of "woah, vim already does that"

2018-02-27 Thread Tim Chase
I've got a rather large source file for an ETL process containing several functions (one for each of the files it processes). There's enough similarity between the file processing that it's easy to do a search and end up in the wrong function without noticing. Knowing vim supported

Re: bugs?

2018-02-27 Thread Bram Moolenaar
Renato Fabbri wrote: > > > Would you call these bugs? > > > > > > 1) > > > vim script (vimL) syntax highlighting highlights on (:only) as an option > > > value, e.g. > > > if a ==# 'banana' > > > on > > > en > > > > Doesn't happen for me. > > > > Thanks. I could not reproduce it either, maybe

Re: bugs?

2018-02-27 Thread Christian Brabandt
On Di, 27 Feb 2018, Renato Fabbri wrote: > On Mon, Feb 26, 2018 at 4:06 PM, Bram Moolenaar wrote: > > > Renato Fabbri wrote: > > > Would you call these bugs? > > > > 1) > > vim script (vimL) syntax highlighting highlights on (:only) as an option >

Re: bugs?

2018-02-27 Thread Renato Fabbri
On Mon, Feb 26, 2018 at 4:06 PM, Bram Moolenaar wrote: > > Renato Fabbri wrote: > > > Would you call these bugs? > > > > 1) > > vim script (vimL) syntax highlighting highlights on (:only) as an option > > value, e.g. > > if a ==# 'banana' > > on > > en > > Doesn't happen