tpope / vim-dispatch

dispatch.vim: Asynchronous build and test dispatcher

Home Page:https://www.vim.org/scripts/script.php?script_id=4504

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add -dir option to :Make like we have for :Dispatch

Drllap opened this issue · comments

The title says it all. I'm currently using :Dispatch instead of :Make just because I need to change the CWD. But this way I get way more into the quickfix list then I would like.

hang on, the helps says:

:Dispatch[!] [options] -- [arguments]
                        This is equivalent to |:Make| but accepts options.

I must be doing something wrong