asyncrun.vim icon indicating copy to clipboard operation
asyncrun.vim copied to clipboard

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

Open yegappan opened this issue 7 years ago • 1 comments

When the asyncrun plugin is updating a quickifx list asynchronously, some other Vim plugin or user can create/modify the quickfix list resulting in the asyncrun 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

Note: Patch 1023 for Vim 8 added the support for the quickfix list identifier.

yegappan avatar Nov 17 '17 15:11 yegappan

Thanks, I will check that if I get time.

skywind3000 avatar Nov 17 '17 16:11 skywind3000