diff options
author | Jake Zimmerman <zimmerman.jake@gmail.com> | 2021-09-09 15:35:07 -0700 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2021-09-26 23:47:11 +0900 |
commit | 3f7b08d2cbdaa2d8c917e53cfa57210d0d99b0bf (patch) | |
tree | 5b28144ba7c4c8682fb72b5cb5245dd951b81532 /mjit.h | |
parent | 389de6f052ff8b835594d3109b2f214d995838c2 (diff) |
[ruby/reline] Implement vi_kill_line_prev
This operation is mentioned and bound to `^U` in both `vi_command.rb`
and `vi_insert.rb`, but there is no definition of it.
Both Vi and Emacs use the same keystroke to do the same behavior, so
I've chosen to use `alias_method` to make the implementation small,
rather than duplicating the method and re-implementing it.
https://github.com/ruby/reline/commit/fdbfc8669f
Diffstat (limited to 'mjit.h')
0 files changed, 0 insertions, 0 deletions