1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Erase VI_OPERATORS

The operators are using @waiting_operator_proc in vi mode.
This commit is contained in:
aycabta 2019-06-03 17:23:06 +09:00
parent c280519256
commit d7c3eb570b

View file

@ -15,12 +15,6 @@ class Reline::LineEditor
attr_accessor :dig_perfect_match_proc attr_accessor :dig_perfect_match_proc
attr_writer :output attr_writer :output
VI_OPERATORS = %i{
vi_change_meta
vi_delete_meta
vi_yank
}
VI_MOTIONS = %i{ VI_MOTIONS = %i{
ed_prev_char ed_prev_char
ed_next_char ed_next_char