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:
parent
fc2a121c7c
commit
f56e05fa7d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue