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