dense-analysis/ale
Use Vim 8 features for updating the quickfix list without replacing quickfix lists from other plugins
Aberta
#1.140 aberto em 16 de nov. de 2017
enhancementhelp wanted
Métricas do repositório
- Stars
- (13.990 estrelas)
- Métricas de merge de PR
- (Mesclagem média 51d 4h) (3 fundiu PRs em 30d)
Description
Hi,
When ALE plugin is updating a quickifx list asynchronously, some other Vim plugin or user can create/modify the quickfix list resulting in ALE 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
- Yegappan