Re: libedit: delete vi-histedit editor command

2016-04-17 Thread Todd C. Miller
On Sun, 17 Apr 2016 01:34:40 +0200, Ingo Schwarze wrote: > in vi command mode, libedit provides the editor command > vi-histedit (bound to the 'v' key by default) to fork and > exec vi(1) on the line being edited. That is pretty much > pointless in the first place because the line can just as > w

libedit: delete vi-histedit editor command

2016-04-16 Thread Ingo Schwarze
Hi, in vi command mode, libedit provides the editor command vi-histedit (bound to the 'v' key by default) to fork and exec vi(1) on the line being edited. That is pretty much pointless in the first place because the line can just as well be edited with libedit itself, without any fork and exec. B