vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Use Vim 8 features for updating the quickfix list without replacing quickfix lists from other plugins #2116

Open yegappan opened 6 years ago

yegappan commented 6 years ago

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

lcd047 commented 6 years ago

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:

  1. submit working patches to add the features you want,
  2. fork syntastic, or
  3. use something else (ale seems to be a popular destination for syntastic refugees).

Sorry about that.