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
There is probably a way to do this in vimscript, but I don't know how. Happy to accept a PR for this though. We could have two invocations: one that focuses, and one that does not (which you can then use in the autocmd when opening files).
I've got flake8 checking enabled via autocmd for reading files.
Unfortunately, this makes it so when I open a .py file, flake8 runs, opens error list window, and moves my cursor there.
It'd be nice if there was an option somewhere to prevent this.
The text was updated successfully, but these errors were encountered: