зеркало из https://github.com/github/ruby.git
Support backspace in incremental search
This commit is contained in:
Родитель
a5245c1658
Коммит
259601ab57
|
@ -1223,7 +1223,7 @@ class Reline::LineEditor
|
|||
@cursor = @byte_pointer = 0
|
||||
else
|
||||
chr = key.is_a?(String) ? key : key.chr(Encoding::ASCII_8BIT)
|
||||
if chr.match?(/[[:print:]]/)
|
||||
if chr.match?(/[[:print:]]/) or key == "\C-h".ord or key == 127
|
||||
searcher.resume(key)
|
||||
else
|
||||
if @history_pointer
|
||||
|
|
Загрузка…
Ссылка в новой задаче