vim-dispatch icon indicating copy to clipboard operation
vim-dispatch copied to clipboard

dispatch.vim: Asynchronous build and test dispatcher

Results 53 vim-dispatch issues
Sort by recently updated
recently updated
newest added

If you set eg `let g:quickfix_dispatch_split="vert to"` then `Copen` will open vertical panel on the left.

Per [this comment](https://github.com/tpope/vim-dispatch/issues/166#issuecomment-834050654), I've added the status label part of the message to the quickfix title. This label is only added when the command completes, and when updating the quickfix...

Specifically, the [`minitest-reporters`](https://github.com/kern/minitest-reporters) gem relies on `$VIM` being set to identify when running through vim to disable any fancy formatting and just outputting test results in a format that can...

To reproduce: Fire a long compilation with :Dispatch, open command-line window ( q: ) eventually weird errors start showing up ![image](https://user-images.githubusercontent.com/13063550/94578393-fafa3f00-0277-11eb-9c42-e7d9ae2a3627.png)

Without argument `:AbortDispatch` only abort the last request even though this request is completed , ignoring request still running in the stack (`s:makes`). I use `vim-dispatch` mainly to start repl...

Steps to reproduce: ```viml setlocal makeprg=sleep\ 1\ \\\|\ echo\ try make ``` Now the compiler takes 1 second and echoes `try` ```viml setlocal makeprg=sleep\ 1\ \\\|\ echo\ try Make ```...

Hi, When inside `tmux`, the new pane invoked by `vim-dispatch` will use a default conda environment. Anyone using `vim-dispatch` inside a conda environment? Is there a way to activate a...

OS: win10 neovim: NVIM v0.5.0-330-g71ee46acc Starting program with either `:Spawn` or `:Start` has no effect (program is not started): To reproduce: 1. run neovim on win 10 2. `:Start explorer.exe`...

When I type `:Dispatch`, `:Dispatch make` is opened in a small split. It prints the output as expected, but then jumps to the top. Only when I focus on this...

Proposal of a PR to close #177. If you agree with this solution, I could mention the option in the documentation.