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: Hannes S. <ha...@yl...> - 2012-07-22 13:17:31
|
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). - Use asynchronous spawning; otherwise, some calls will return immediately (after sending the open command to the actual editor) and the browser will think editing is already done. This has to be avoided. Those are the issues I still see right now. Hannes |