bug
bug copied to clipboard
JLine 3: resolve status of `edit` command
commented-out code in the PR:
// TODO maybe just drop these commands, as jline subsumes them
//cmd("edit", "<id>|<line>", "edit history", editCommand),
@lrytz wrote:
@dwijnand notes that jshell has an edit command that actually works reliably and is useful. though it's more relevant in java given it's verbosity. our edit works or not if you're lukcy.
@dwijnand wrote:
Details: in jshell
/editworks with my settings ofEDITOR=vimwhile withscalaI need to setEDITOR=mvimto have something that works.
out of scope for Scala 2