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

Fix C-v C-j

This commit is contained in:
aycabta 2019-05-25 01:13:02 +09:00
parent 27bab6a569
commit 637ee7ee38

View file

@ -857,7 +857,7 @@ class Reline::LineEditor
@waiting_proc = proc { |key|
arg.times do
if key == "\C-j".ord or key == "\C-m".ord
ed_newline(key)
key_newline(key)
else
ed_insert(key)
end