Noah Frederick
Results
22
comments of
Noah Frederick
This could potentially eliminate the need for `g:accio_auto_copen`. Instead, users could be directed to do something like: ``` vim autocmd User AccioPost if empty(getqflist()) | cclose | else | copen...
Yeah, it's possible that `g:accio_auto_copen` is anticipating a use case no one has. I didn't use this feature even in Syntastic, but as you point out, now that asynchronicity is...