mileszs / ack.vim

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

LAck open result in Quickfix list #196

Closed jiamingz42 closed 7 years ago

jiamingz42 commented 7 years ago

I found that if I enable the dispatch feature

let g:ack_use_dispatch = 1

All the location-list command (e.g. LAck) will open the result in Quickfix list. Is it by designed or is it a bug

jiamingz42 commented 7 years ago

`

ches commented 7 years ago

Hi, yes this is a known shortcoming because, last I checked, Dispatch has no support for using location lists.