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

autocmd BufDelete error #19

Open
shizhai opened this issue Aug 25, 2019 · 3 comments
Open

autocmd BufDelete error #19

shizhai opened this issue Aug 25, 2019 · 3 comments

Comments

@shizhai
Copy link

shizhai commented Aug 25, 2019

while search simbol with quickr_cscope, the quickr_preview whill show the messege as flowings:

"[Quickfix List]" line 1 of 5 --20%-- col 1
Error detected while processing BufDelete Autocommands for "<buffer=5>":
E788: Not allowed to edit another buffer now
Press ENTER or type command to continue

And then, I could noly select the first items in quickr_preview

system: Ubuntu 16.04.6 LTS \n \l
vim: compile with newest vim code(v8.1)

@yutkat
Copy link

yutkat commented Apr 2, 2020

Same situation with 'mhinz/vim-grepper'

@yutkat
Copy link

yutkat commented Apr 2, 2020

This is minimal vimrc.

And you should input :Grepper -query 'some keyword'

syntax on
filetype plugin indent on

if has('vim_starting')
  let s:pluin_manager_dir='~/.vim/plugged/vim-plug'
  execute 'set runtimepath+=' . s:pluin_manager_dir
endif

call plug#begin('~/.vim/plugged')
Plug 'ronakg/quickr-preview.vim'
Plug 'mhinz/vim-grepper'
call plug#end()

augroup MyQf
  autocmd!
  autocmd FileType qf set nobuflisted
augroup END

@ketkulka
Copy link

E788 error should be fixed by #26

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

3 participants