Reverse search does not correctly perform less than or equal to.
Closed this issue · 0 comments
bigeasy commented
A reverse search does not correctly perform less than or equal to. It does the equal to part fine if the value exists, but if it does not it will place the cursor at the first value greater than the key instead of the first value less than the key.