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

Add a FocusStart

Open celiopassos opened this issue 8 years ago • 3 comments

I have found the command FocusDispatch to be incredibly useful to easily change compiler flags. A FocusStart would be just as useful to change command line arguments to the script I'm running.

celiopassos avatar Jun 21 '17 23:06 celiopassos

You can force :Dispatch to :Start a command with :FocusDispatch :Start whatever`. Is that good enough?

tpope avatar Jun 22 '17 19:06 tpope

That helps a bit, but I believe a FocusStart would be better.

celiopassos avatar Jun 23 '17 00:06 celiopassos

Two other possible workarounds: you can directly set the variable b:start to change what Start will do when called from the current buffer. Or use projectionist to configure Start for some / all files in a project.

shym avatar Aug 03 '17 10:08 shym