Re: [Hint] quickfix list in vim for follow up errors

2020-07-13 Thread Gary Johnson
On 2020-07-13, aroc...@vex.net wrote: > > > > 1. Change the compiler options to ignore or silence warnings. > > > > Isn't that the software equivalent of sticking a nail in the fuse-box? Pretty much. But that's what Kunal said he wanted. It could be that he is currently overwhelmed with errors

Re: [Hint] quickfix list in vim for follow up errors

2020-07-13 Thread arocker
> > 1. Change the compiler options to ignore or silence warnings. > Isn't that the software equivalent of sticking a nail in the fuse-box? -- -- 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, vi

Re: [Hint] quickfix list in vim for follow up errors

2020-07-12 Thread Gary Johnson
On 2020-07-13, Kunal Chauhan wrote: > On Sun, Jul 12, 2020 at 11:15 PM Christian Brabandt wrote: > > On So, 12 Jul 2020, Kunal Chauhan wrote: > > > my vim version is 7.4.1099 > > For the cfilter plugin, you need at least vim 8.1.0311. > > Can you install a newer version? > no

Re: [Hint] quickfix list in vim for follow up errors

2020-07-12 Thread Kunal Chauhan
no due to some restrictions I have no access to my particular development system . any other alternative ? to do the same stuff, On Sun, Jul 12, 2020 at 11:15 PM Christian Brabandt wrote: > > On So, 12 Jul 2020, Kunal Chauhan wrote: > > > my vim version is 7.4.1099 > > For the cfilter plugin, yo

Re: [Hint] quickfix list in vim for follow up errors

2020-07-12 Thread Christian Brabandt
On So, 12 Jul 2020, Kunal Chauhan wrote: > my vim version is 7.4.1099 For the cfilter plugin, you need at least vim 8.1.0311. Can you install a newer version? Best, Christian -- Was ist der Akademiker anders, als ein eingelerntes und angeeignetes Glied einer großen Vereinigung?

Re: [Hint] quickfix list in vim for follow up errors

2020-07-12 Thread Kunal Chauhan
my vim version is 7.4.1099 On Sun, Jul 12, 2020 at 9:30 PM Christian Brabandt wrote: > > On So, 12 Jul 2020, Kunal Chauhan wrote: > > > packadd cfilter showing error " it is not an editor command" , as I > should be > > come with vim , my development system is only vim but internet is not > > a

Re: [Hint] quickfix list in vim for follow up errors

2020-07-12 Thread Christian Brabandt
On So, 12 Jul 2020, Kunal Chauhan wrote: > packadd cfilter showing error " it is not an editor command"  , as I should be > come with vim , my development system is only vim but internet is not > accessible on that due to some restrictions What vim version are you using? Best, Christian -- W

Re: [Hint] quickfix list in vim for follow up errors

2020-07-12 Thread Kunal Chauhan
packadd cfilter showing error " it is not an editor command" , as I should be come with vim , my development system is only vim but internet is not accessible on that due to some restrictions On Sat, Jul 4, 2020 at 8:59 PM Gary Johnson wrote: > On 2020-07-04, Kunal Chauhan wrote: > > Hi Team. >

Re: [Hint] quickfix list in vim for follow up errors

2020-07-05 Thread Romain Lafourcade
> Point is : as compiler is showing warning messages , so if user is only > intrested to see the error messages > Then what are the ways? > Configure your compiler to only output errors. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the

Re: [Hint] quickfix list in vim for follow up errors

2020-07-05 Thread Kunal Chauhan
Point is : as compiler is showing warning messages , so if user is only intrested to see the error messages Then what are the ways? On 4 Jul 2020 3:58 p.m., "Tony Mechelynck" wrote: > On Sat, Jul 4, 2020 at 11:02 AM Kunal Chauhan > wrote: > > > > Hi Team. > > > > I am using the :make all from v

Re: [Hint] quickfix list in vim for follow up errors

2020-07-04 Thread Gary Johnson
On 2020-07-04, Kunal Chauhan wrote: > Hi Team. > > I am using the :make all from vim in my source code. > as the code has multiple warning and some error. > >  Point is: if i do the clist it shows multiple lines of code with warning , > but > I want to follow up the error part only , with out sc

Re: [Hint] quickfix list in vim for follow up errors

2020-07-04 Thread Tony Mechelynck
On Sat, Jul 4, 2020 at 11:02 AM Kunal Chauhan wrote: > > Hi Team. > > I am using the :make all from vim in my source code. > as the code has multiple warning and some error. > > Point is: if i do the clist it shows multiple lines of code with warning , > but I want to follow up the error part on

[Hint] quickfix list in vim for follow up errors

2020-07-04 Thread Kunal Chauhan
Hi Team. I am using the :make all from vim in my source code. as the code has multiple warning and some error. Point is: if i do the clist it shows multiple lines of code with warning , but I want to follow up the error part only , with out scrolling so much in clist . Is there will some nicer w