libedit's vi mode + <ESC> v (edit history line with vi) doesn't work anymore.

Issue #46 closed
Takehiko NOZAKI repo owner created an issue

following history editing result nothing.

$ LANG=ja_JP.UTF-8 sh
$ set -o vi
$ <ESC> v
echo あいうえお
~
~
~
/tmp/histedit.00026544ae: unmodified: line 1

:w!
$

should be echoed あいうえお.

Comments (3)

  1. Log in to comment