dense-analysis/ale

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

Open

#1,140 创建于 2017年11月16日

在 GitHub 查看
 (11 评论) (1 反应) (0 负责人)Vim Script (13,990 star) (1,487 fork)batch import
enhancementhelp wanted

描述

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

贡献者指南