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

The reason is iTerm2 changed it's applescript API: https://iterm2.com/applescript.html The perl script runs in bash would also not works. I've tried to make a eay fix for that https://gist.github.com/chemzqm/499003e3f21772397986 in...

There is only one quickfix window per tab, so a loop should not be necessary with https://github.com/tpope/vim-dispatch/blob/fc8d1e68cd58fb3ffdd56109bf855cda92b10b70/autoload/dispatch.vim#L851-L871. On the other hand, there does not seem to be a way to...

Hi, thanks for a great plugin. I've been using it for some time, and there seems to be an issue with background job handling. I am using Gradle for Java...

Currently, if I run `:Dispatch` and any iTerm window has split panes open, the command just hangs. It looks like the new session is started, but the command is being...

My rake-based tests invoke webpack (a node-based javascript compiler) as a child process. For some reason, when running my tests using Dispatch, the webpack process never exits. This occurs even...

Using a vanilla install Macvim (build 73) via homebrew. Only plugins installed are pathogen, vim-dispatch, and vim-fugitive. - Working within a git repo, with a file open, run `:GPush` -...

Would be really neat to be able to chain together dispatches by reacting to a process' output. For example, I use dispatch to run a Scala test in debug mode....

Hi i just started using dispatch so it might be a config issue also. this is what my makeprg is set to ``` :set makeprg? makeprg=`depth`/bin/nvmk -c . $* ```...

I haven't found the exact reason yet but these are 2 behaviors that happens to me frequently: 1.- I run dispatch once and it gets stranded, the I run it...

bug

Hi there I'm having trouble getting dispatch to work under tmux (tmux 1.8, inside iTerm2 Build 1.0.0.20131116, on a Mac running OSX Mavericks). If I use iTerm without tmux, and...