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 has been archived by the owner on Sep 20, 2023. It is now read-only.
When the syntastic plugin is updating a quickifx list asynchronously, some other
Vim plugin or user can create/modify the quickfix list resulting in the syntastic
plugin updating the incorrect quickfix list. This can be avoided by using
the new features in Vim8.
Please refer to #699. New feature will be added health permitting, if / when I can get myself together to re-start working at syntastic. In the mean time you can:
submit working patches to add the features you want,
fork syntastic, or
use something else (ale seems to be a popular destination for syntastic refugees).
When the syntastic plugin is updating a quickifx list asynchronously, some other
Vim plugin or user can create/modify the quickfix list resulting in the syntastic
plugin updating the incorrect quickfix list. This can be avoided by using
the new features in Vim8.
Refer to the following thread for the steps to do this:
https://groups.google.com/forum/#!topic/vim_use/LTWNG0nRQCc
The text was updated successfully, but these errors were encountered: