Closed Konfekt closed 7 years ago
Install https://github.com/mhinz/vim-grepper and call :Grepper. Then the resulting quickfix-window is not modifiable as most probably autocmd BufReadPost quickfix nested :call <SID>OnQuickfixInit() was not called.
:Grepper
autocmd BufReadPost quickfix nested :call <SID>OnQuickfixInit()
It's modifiable for me. Might be something in your vimrc.
Install https://github.com/mhinz/vim-grepper and call
:Grepper
. Then the resulting quickfix-window is not modifiable as most probablyautocmd BufReadPost quickfix nested :call <SID>OnQuickfixInit()
was not called.