Re: what is wrong with this autoload var usage?

2006-06-07 Thread Hari Krishna Dara
On Wed, 7 Jun 2006 at 8:16pm, A.J.Mechelynck wrote: > Hari Krishna Dara wrote: > > On Wed, 7 Jun 2006 at 8:10am, Jürgen Krämer wrote: > > > > > >> Hi, > >> > >> Hari Krishna Dara wrote: > >> > >>> I am trying to use the new vim7 "object-based" features and am stuck > >>> with an issue in using au

Re: what is wrong with this autoload var usage?

2006-06-07 Thread A.J.Mechelynck
Hari Krishna Dara wrote: On Wed, 7 Jun 2006 at 8:10am, Jürgen Krämer wrote: Hi, Hari Krishna Dara wrote: I am trying to use the new vim7 "object-based" features and am stuck with an issue in using autoload style variables. Save the below as t.vim in your autoload directory and execute

Re: what is wrong with this autoload var usage?

2006-06-07 Thread Hari Krishna Dara
On Wed, 7 Jun 2006 at 8:10am, Jürgen Krämer wrote: > > Hi, > > Hari Krishna Dara wrote: > > > > I am trying to use the new vim7 "object-based" features and am stuck > > with an issue in using autoload style variables. Save the below as t.vim > > in your autoload directory and execute it (:runtime

Re: what is wrong with this autoload var usage?

2006-06-06 Thread Jürgen Krämer
Hi, Hari Krishna Dara wrote: > > I am trying to use the new vim7 "object-based" features and am stuck > with an issue in using autoload style variables. Save the below as t.vim > in your autoload directory and execute it (:runtime autoload/t.vim). > > let t#var = 'something' > > let s:hash = {}

what is wrong with this autoload var usage?

2006-06-06 Thread Hari Krishna Dara
I am trying to use the new vim7 "object-based" features and am stuck with an issue in using autoload style variables. Save the below as t.vim in your autoload directory and execute it (:runtime autoload/t.vim). let t#var = 'something' let s:hash = {} function! s:hash.func() echomsg 'from