Skip to content

Vi mode: Don't infinite loop in searcher

Sune Vuorela requested to merge work/sune/dont-infinite-loop-in-vi-searcher into master

Under certain still unknown conditions, we might end up searching over for the same parameters from the same point and unsurprisingly we end up with the same result of not good enough matches. Better error out here rather than loop forever

Merge request reports

Loading