-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quickfix not syntax highlighted and cannot jump #285
Comments
Check your :set errorformat=xxx
:setlocal errorformat=xxx or specified by each :AsyncRun -errorformat=xxx COMMAND see here: https://github.com/skywind3000/asyncrun.vim/wiki/Command-Specification#quickfix-options |
Hi, I'm also running into an issue with ag.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
issue description
I'm using
:AsyncRun! ag 'xxx'
to grep in my project, and I expect the quickfix to open with syntax highlighted and jumpable. Yet the quickfix content is not highlighted and not jumpable as usual. This issues occurs frequently without constant triggering conditions(at least I haven't figured out yet). This is quite annoying, hopefully you can help me with this problem.env info
I'm using
vim-plug
to installasyncrun.vim
, and the current hash id in~/.vim/plugged/asyncrun.vim
is014e2e2fe51ad4b1a774cffa0f12887767d952eb
. After uploading the plugin, I've restarted vim and the problem still exist.I'm using vim in iterm and its version is as follows:
update
It might be related with other plugins I've installed, I've commented the usage of several plugins for further investigation.
The text was updated successfully, but these errors were encountered: