[Vimperator] un[let]

Martin Stubenschrott stubenschrott at gmx.net
Tue Sep 18 12:53:58 PDT 2007


On Tue, Sep 18, 2007 at 10:12:08PM +0300, Виктор Кожухаров wrote:
> > - Options have a value property so you don't need to call getter() explicitly
> I was looking for something like that, but the only thing I could find
> was getter(). So .value would be equivalent to .getter() then?

usually just alert(vimperator.options["complete"]) will work, it has
internal get/set helpers.

> > - variableReference() should probably be a 'private' helper...at least for now.
> unless I'm mistaken here, this would mean that variableReference would
> only be accessible from methods of the vimperator object. However, this
> is also used for the commands, so I don't see how to make it private.

I still don't get it, what is/will be eval used for and what variableReference?
Maybe variableReference could/should be named vimperator.getVariable?

> So I guess I can commit it then, and everyone can look at it.

Yep, we are all waiting for mapleader support :)

--
Martin


More information about the Vimperator mailing list