Skip to content

account for let &makeprg in Dispatch makeprg detection in compiler file #354

Open
@Konfekt

Description

@Konfekt

The following idiom in a compiler/*.vim file

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+ ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions