We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following idiom in a compiler/*.vim file
compiler/*.vim
let &l:makeprg = 'm' exe 'CompilerSet makeprg='..escape(&l:makeprg, ' "')
should work fine (maybe requiring further escapes!?), but is not accounted for by :Dispatch. I suspect a regex searches for makeprg=\w+ ?
:Dispatch
makeprg=\w+