quickr-preview.vim icon indicating copy to clipboard operation
quickr-preview.vim copied to clipboard

Conflicted with quickfix-reflector plugin

Open markwu opened this issue 5 years ago • 2 comments

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.

markwu avatar Feb 07 '19 12:02 markwu

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

matt1003 avatar Apr 02 '19 00:04 matt1003

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

markwu avatar Apr 09 '19 17:04 markwu