Skip to content
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

Conflicted with quickfix-reflector plugin #17

Open
markwu opened this issue Feb 7, 2019 · 2 comments
Open

Conflicted with quickfix-reflector plugin #17

markwu opened this issue Feb 7, 2019 · 2 comments

Comments

@markwu
Copy link

markwu commented Feb 7, 2019

I installed both https://github.com/stefandtw/quickfix-reflector.vim and https://github.com/ronakg/quickr-preview.vim plugins, I found when I grep and open quickfix window, I will get the following messages:

2019-02-07 8 23 45

I have no idea what's going on. The only way to get rid of the error messages is to comment the following line:

" autocmd BufDelete <buffer> pclose

And change the close qf mapping to

nnoremap <silent> <plug>(quickr_preview_qf_close) :cclose<CR>:lclose<CR>:pclose<CR>

if you could spare some time to investigate this issue, that will be great.

Thanks.

@matt1003
Copy link
Contributor

matt1003 commented Apr 2, 2019

I have also been having problems with the BufDelete auto-command. Do you still have the issue if you change it to BufUnload instead?

@markwu
Copy link
Author

markwu commented Apr 9, 2019

Yes, even change to BufUnload, I still have the issue. Anyway, I already remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants