mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
6273b9bb62
commit
d41d41da38
1 changed files with 1 additions and 0 deletions
|
@ -1444,6 +1444,7 @@ class Reline::LineEditor
|
||||||
end
|
end
|
||||||
unless completion_occurs
|
unless completion_occurs
|
||||||
@completion_state = CompletionState::NORMAL
|
@completion_state = CompletionState::NORMAL
|
||||||
|
@completion_journey_data = nil
|
||||||
end
|
end
|
||||||
if not @in_pasting and @just_cursor_moving.nil?
|
if not @in_pasting and @just_cursor_moving.nil?
|
||||||
if @previous_line_index and @buffer_of_lines[@previous_line_index] == @line
|
if @previous_line_index and @buffer_of_lines[@previous_line_index] == @line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue