We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
The text was updated successfully, but these errors were encountered:
I have also been having problems with the BufDelete auto-command. Do you still have the issue if you change it to BufUnload instead?
BufDelete
BufUnload
Sorry, something went wrong.
Yes, even change to BufUnload, I still have the issue. Anyway, I already remove it.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: