Re: active links for opening files

2006-11-07 Thread Stefan Bittner
Hi Michal, On Fri, Nov 03, 2006 at 11:49:19PM +0100, Michael M. Tung wrote: > > Hi Samuel: > > > > Thanks for the link to GtdWithVim! Actually I saw it > > on the vim script site just after writing my hack. > > > > I didn't have a chance yet to try it out, but as far > > as I understand from the

Re: active links for opening files

2006-11-03 Thread Michael M. Tung
Hi Samuel: Thanks for the link to GtdWithVim! Actually I saw it on the vim script site just after writing my hack. I didn't have a chance yet to try it out, but as far as I understand from the script description it's philosophy is quite different. GtdWithVim seems to work independently from any

Re: active links for opening files

2006-11-01 Thread Yegappan Lakshmanan
Hello, On 11/1/06, Michael M. Tung <[EMAIL PROTECTED]> wrote: Yakov Lerner [EMAIL PROTECTED] wrote: > On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote: > >Hi all: > > > >I am working on a simple plugin and want to make vim > >open a file which appears in text e.g. as > > > > [/tm

Re: active links for opening files

2006-11-01 Thread Michael M. Tung
Yakov Lerner [EMAIL PROTECTED] wrote: > On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote: > >Hi all: > > > >I am working on a simple plugin and want to make vim > >open a file which appears in text e.g. as > > > > [/tmp/test.txt] > > > >by clicking on it. The path and filename alway

Re: active links for opening files

2006-10-31 Thread Marius Roets
On 10/30/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote: > Hi all: > > I am working on a simple plugin and want to make vim > open a file which appears in text e.g. as > > [/tmp/test.txt] > > by clicking on it. The path and filename al

Re: active links for opening files

2006-10-30 Thread Yakov Lerner
On 10/30/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote: > Hi all: > > I am working on a simple plugin and want to make vim > open a file which appears in text e.g. as > > [/tmp/test.txt] > > by clicking on it. The path and filename al

Re: active links for opening files

2006-10-30 Thread Yakov Lerner
On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote: Hi all: I am working on a simple plugin and want to make vim open a file which appears in text e.g. as [/tmp/test.txt] by clicking on it. The path and filename always appears in brackets. You can do this by mapping and pseu

active links for opening files

2006-10-30 Thread Michael M. Tung
Hi all: I am working on a simple plugin and want to make vim open a file which appears in text e.g. as [/tmp/test.txt] by clicking on it. The path and filename always appears in brackets. My syntax file already identifies this pattern. Please send me any suggestions. Perhaps some code