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. D

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

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

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

Re: error list

2020-05-22 Thread Joseph
t; > 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 '