mileszs/ack.vim

_SearchWithDispatch E492: Not an editor command: Make

MrJadaml opened this issue · 1 comments

When performing an ack search I get the following error message every time.

  • Debian Buster
  • vim 8.0
  • ack 2.20
Searching ...
Error detected while processing function ack#Ack[39]..<SNR>134_SearchWithDispatch:
line   15:
E492: Not an editor command:     Make
Error detected while processing function ack#Ack:
line   39:
E171: Missing :endif

Fixed. Had to explicitly set dispatch in my .vimrc which doesn't feel right since that should be the default, but resolved the issue.

let g:ack_use_dispatch=0