mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Error when using vim-dispatch #128

Closed adambiggs closed 10 years ago

adambiggs commented 10 years ago

With vim-dispatch support activated, files can't be opened from the quickfix list. It fails with the error

E21: Cannot make changes, 'modifiable' is off

I'm running Vim inside Tmux.

adambiggs commented 10 years ago

I'm still experiencing this issue after your last commit... Happy to provide any debug info you might want.

kassio commented 10 years ago

The errorformatwas wrong, could you try again please? But now if you want to use vim-dispatch you must set g:ack_use_dispatch.

kassio commented 10 years ago

fixed in last version

adambiggs commented 10 years ago

Happy to report that this bug is now fixed. Thanks @kassio!