Skip to content

Commit

Permalink
Remove unnecessary TODO commnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed May 7, 2020
1 parent acf0437 commit 23c67fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/line_editor.rb
Expand Up @@ -1258,7 +1258,7 @@ def finish
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
Expand Down

0 comments on commit 23c67fb

Please sign in to comment.