Re: scripting of "listing" commands

2006-09-30 Thread Hari Krishna Dara
On Sat, 30 Sep 2006 at 9:33am, Yegappan Lakshmanan wrote: > Hi, > > On 9/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I want to write a little function in vim script > > to put all settings into a file. > > > > I want the output of > > > >:map > >:version >

Re: scripting of "listing" commands

2006-09-30 Thread Meino Christian Cramer
From: "Yegappan Lakshmanan" <[EMAIL PROTECTED]> Subject: Re: scripting of "listing" commands Date: Sat, 30 Sep 2006 09:33:40 -0700 > Hi, > > On 9/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I want to wri

Re: scripting of "listing" commands

2006-09-30 Thread Yegappan Lakshmanan
Hi, On 9/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: Hi, I want to write a little function in vim script to put all settings into a file. I want the output of :map :version :set (and more of this kind, if I will find them all...) to go into that file. From the li

scripting of "listing" commands

2006-09-30 Thread Meino Christian Cramer
Hi, I want to write a little function in vim script to put all settings into a file. I want the output of :map :version :set (and more of this kind, if I will find them all...) to go into that file. From the list I learned that "redir" is the command of choice here. But I wan