Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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