mileszs / ack.vim

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

Use qhandler with Dispatch, not plain copen #154

Closed ches closed 9 years ago

ches commented 9 years ago

Otherwise e.g. when you have vertical splits open, the quickfix list will not span the full bottom of the Vim window like standard ack.vim behavior.

ches commented 9 years ago

Actually should have been s:handler to work correctly when location list is used, fix coming in a sec.