mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixing glitchy kill ring behavior in irb
See https://github.com/ruby/irb/issues/85 for details
This commit is contained in:
parent
da3438a504
commit
d597d7a8b6
Notes:
git
2020-12-17 20:05:06 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Reline::LineEditor
|
|||
@cleared = false
|
||||
@rerender_all = false
|
||||
@history_pointer = nil
|
||||
@kill_ring = Reline::KillRing.new
|
||||
@kill_ring ||= Reline::KillRing.new
|
||||
@vi_clipboard = ''
|
||||
@vi_arg = nil
|
||||
@waiting_proc = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue