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:
parent
c280519256
commit
d7c3eb570b
1 changed files with 0 additions and 6 deletions
|
@ -15,12 +15,6 @@ class Reline::LineEditor
|
|||
attr_accessor :dig_perfect_match_proc
|
||||
attr_writer :output
|
||||
|
||||
VI_OPERATORS = %i{
|
||||
vi_change_meta
|
||||
vi_delete_meta
|
||||
vi_yank
|
||||
}
|
||||
|
||||
VI_MOTIONS = %i{
|
||||
ed_prev_char
|
||||
ed_next_char
|
||||
|
|
Loading…
Add table
Reference in a new issue