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
Cursor appears at the wrong position when moving into an opening bracket, parenthesis or braces. Notice how the coordinates are correct but the cursor position shows up as if it were the matching parenthesis highlight.
Screencast_20250911_125613.webm
Steps to reproduce
:colorscheme blue or darkblue
write foo(123)
move the cursor using hjkl
Expected behavior
cursor should move normally over the parenthesis and matching parenthesis highlight should be appearing correctly