[Vimperator] Disable vimperator on some domains
Martin Stubenschrott
stubenschrott at gmx.net
Tue Nov 13 19:52:21 PST 2007
On Wed, Nov 14, 2007 at 01:35:47AM +0200, Виктор Кожухаров wrote:
> sure, keep vimperator for everything. though why put
> 'with(vimperator){}' inside the eval? outside the eval would also work,
> and I'd imagine it would be faster, since it's less work for the eval
> function.
I tried it, it just didn't work :(
If you manage to to do it on the "outside", you (or any other person)
are free to commit the changes.
--
Martin
PS: Also arg = eval(arg); like things must continue to work, that was at
least the code where i tried (and failed) with:
arg = with(vimperator) { eval(arg); }
as well as:
with(vimperator) arg = { eval(arg); }
but i might have made another error, so feel free to tinker around, if
you want a "better" code.
More information about the Vimperator
mailing list