Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
My (succesful?) attempt at fixing my own issue #767
In this issue the cursorline dissapears to late when mode switching.
Even when the vis.c draw_cursorline() (or something like that) is called
and propperly returns without drawing.
so the issue seems to be that the screen (or at least the portion what contains
the cursor since the status bar [insert] does change to [normal] )
The PR is open for suggestions, this is my first contribution to the project and hope it is of any use, greetings o/