Rare find

Dispatch. Run your build and test jobs without freezing your text editor.

vim.org/scripts/script.php?script_id=4504

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2024
  • Allow :FocusDispatch :Make
  • Really fix s:set_current_compiler()
  • Fix s:set_current_compiler() argument use
  • Restore correct buffer settings when window focus changed
  • Document :Make as deriving its command from :make
February 2024
  • Remove redundant variable `winid`
  • Require quickfix id for asynchronous dispatch
  • Ensure .status is integer
February 2023
  • Avoid unnecessary close and re-open of quickfix window
January 2022
  • Do not attempt to close last window if quickfix with no errors
December 2021
  • Support compiler plugins that don't set makeprg
  • Drop iTerm :Make support
  • Use doautocmd <nomodeline> when available
  • Don't error trying to close only window
  • Make tmux pipe-pane opt-in
November 2021
  • Give an appropriate error on :Dispatch -compiler=invalid
  • Complete :Dispatch a/b like regular filename
  • Fix spammed compiler list when tab completing without compiler
October 2021
  • Fix missing space in completion message
  • Add terminal handler for :Start