Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

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

Open
yegappan opened this issue Nov 17, 2017 · 1 comment
Labels

Comments

@yegappan
Copy link

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
Copy link
Collaborator

lcd047 commented Nov 17, 2017

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.

@lcd047 lcd047 added the core label Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants