stefandtw / quickfix-reflector.vim

Change code right in the quickfix window
MIT License
347 stars 18 forks source link

quickfix window not set-up after :Grepper #22

Closed Konfekt closed 7 years ago

Konfekt commented 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.

stefandtw commented 7 years ago

It's modifiable for me. Might be something in your vimrc.