5 |g:FerretDispatch| boolean (default: 1)
7 Controls whether to use vim-dispatch (and specifically, |:Make|) to run |:Ack|
8 searches asynchronously, when available. To prevent vim-dispatch from being
11 let g:FerretDispatch=0
15 |g:FerretHlsearch| boolean (default: none)
17 Controls whether Ferret should attempt to highlight the search pattern when
18 running |:Ack| or |:Lack|. If left unset, Ferret will respect the current
19 'hlsearch' setting. To force highlighting on or off irrespective of
20 'hlsearch', set |g:FerretHlsearch| to 1 (on) or 0 (off):
22 let g:FerretHlsearch=0