mileszs / ack.vim

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

_SearchWithDispatch E492: Not an editor command: Make #233

Closed MrJadaml closed 6 years ago

MrJadaml commented 6 years ago

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

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
MrJadaml commented 6 years ago

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