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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
If my investigation is correct, this issue started to happen after this PR (inline virtual text) was merged into the NeoVim. (But sorry, I could not catch the root cause...)
Problem
Markers are out of place when we have
<tab>in the latest version of NeoVim. (Please see the screenshot at the bottom of this issue.)My environment
How to reproduce this issue
ito change toInsertmode<tab>test<esc>yypto duplicate the line:HopWord<cr>Then, the markers are out of place like below:
If my investigation is correct, this issue started to happen after this PR (inline virtual text) was merged into the NeoVim. (But sorry, I could not catch the root cause...)