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
Quite strange, I tried lots of things and wasn't able to reproduce it. As the issue in syntastic suggests, it might be a problem with vim refreshing which is triggered by vim-isort or syntastic, but not solvable from within the plugins. I still have some things to try, I'll update once I finish doing that.
Additional details: It's actually on the position of the cursor at time vim is opened, which is usually but not always the first char on first line. It looks line a refresh related bug, because the characters disappear if I do some operations, like changing buffer, splitting, etc,
When I open vim with python file, characters
^[[>1;4590;0c
are printed on first line. This happens about half the time.This started after I upgraded Vim from 7.4 to 8.0. I tried to disable
isort
plugin, then it stops.The text was updated successfully, but these errors were encountered: