You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering this line with lots of spaces in the demo:
echo -e ' http://example.com http://example.com'
pressing enter and searching for http shows two bugs:
the first result gets highlighted in the line above - imho related to some trimming of white spaces from right (maybe the empty vs. space cell problem? see Buffer performance improvements #791 (comment))
the second possible match in every line gets never highlighted
Problem one is new in master, problem two is also in 3.7. Have not tested older releases.
The text was updated successfully, but these errors were encountered:
Entering this line with lots of spaces in the demo:
pressing enter and searching for
http
shows two bugs:Problem one is new in master, problem two is also in 3.7. Have not tested older releases.
The text was updated successfully, but these errors were encountered: