dense-analysis/ale
Use Vim 8 features for updating the quickfix list without replacing quickfix lists from other plugins
开放
#1,140 创建于 2017年11月16日
enhancementhelp wanted
仓库指标
- 星标
- (13,990 个星标)
- PR 合并指标
- (平均合并 51天 4小时) (30 天内合并 3 个 PR)
描述
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