[ruby/reline] Remove unnecessary TODO commnet
https://github.com/ruby/reline/commit/23c67fb7b3
This commit is contained in:
parent
fc2a121c7c
commit
f56e05fa7d
@ -1258,7 +1258,7 @@ class Reline::LineEditor
|
||||
if search_word.empty? and Reline.last_incremental_search
|
||||
search_word = Reline.last_incremental_search
|
||||
end
|
||||
if @history_pointer # TODO
|
||||
if @history_pointer
|
||||
case prev_search_key
|
||||
when "\C-r".ord
|
||||
history_pointer_base = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user