Re: [Vimprobable-users] [Ticket #9] Edit text areas using $EDITOR
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2012-09-10 11:12:15
|
Hi! Hannes Schüller <ha...@yl...> wrote: > Agreed. My plan for this patch is this: > > - Have the editor command defined in a way like the external protocol > handlers are (whether this will need to be run through :set will need > to be decided; I'd say it's a fairly static setting). I think it's nearly a static setting too. But in my opinion it's not a performance issue to have the ability to set it to the runtime via :set. Implementing it in as via :set, should be easier to implement, because we don't need to write more code and have not to introduce a new complicated way to set personal settings. I think to make this changeable via :set is also a good choice even if the setting is static (one time declared in vimprobablerc) and a default value via config.h Daniel |