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

[ruby/reline] Remove unnecessary TODO commnet

https://github.com/ruby/reline/commit/23c67fb7b3
This commit is contained in:
aycabta 2020-05-07 23:44:38 +09:00
parent fc2a121c7c
commit f56e05fa7d

View file

@ -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