Skip to content

Compatibility of compiler plugins with vim-dispatch #1854

@moetayuko

Description

@moetayuko

Issue
To perform grammar check with YaLafi, the documented way is:

:compiler vlty
:make
:copen

This works quite well and properly fills the quickfix window like this:

image

But with Tim Pope's vim-dispatch plugin, after either:

:compiler vlty
:Make

or :Dispatch -compiler=vlty, I got additional boilerplate outputs as follows:

image

I failed to find the explanation from neither vimtex's nor vim-dispatch's doc, how to make vim-dispatch produce the same output as vim's built-in :make command?

Cc: @matze-dd

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