error list

2020-05-22 Thread Joseph
Is there an easy way to dump the error list to the current vim buffer/window? Actually, is there a general way to do this for other commands too? So - I want to type something like ':clist/m 0' would be great -- -- You received this message from the "vim_use" maillist. Do not top-post! Type yo

Re: error list

2020-05-22 Thread Yegappan Lakshmanan
Hi, On Fri, May 22, 2020 at 12:18 PM Joseph wrote: > Is there an easy way to dump the error list to the current vim > buffer/window? > > Actually, is there a general way to do this for other commands too? > > So - I want to type something like ':clist/m 0' would be great > > > Are you looking fo

Re: error list

2020-05-22 Thread Tony Mechelynck
On Fri, May 22, 2020 at 9:18 PM Joseph wrote: > > Is there an easy way to dump the error list to the current vim buffer/window? > > Actually, is there a general way to do this for other commands too? > > So - I want to type something like ':clist/m 0' would be great 1. Open the quickfix window

Re: error list

2020-05-22 Thread Lifepillar
On 2020-05-22, Joseph wrote: > Is there an easy way to dump the error list to the current vim > buffer/window? > > Actually, is there a general way to do this for other commands too? I use this code, which you may adapt to your needs: " Send the output of a Vim command to a new scratch buffe

Re: error list

2020-05-22 Thread Joseph
This is exactly what I was looking for. Thank you. The other response mentioning copen will be useful, too. Some how, I don't think I have never used the execute command in something close to using vim for 20 years. On Fri, May 22, 2020 at 3:26 PM Yegappan Lakshmanan wrote: > Hi, > > On Fri, Ma