ThomasFeher/vim-bob

Separate project and non-project commands

ThomasFeher opened this issue · 0 comments

This would allow additional parameters without making parsing too difficult.
For example:

:Bob graph mypackage -v

vs.

:Bob project graph -v

(package name is the current project's package name in the latter example)