The plugin defines a :Make command which is documented nowhere and of which I don't really understand the purpose:
|
command! -complete=customlist,ListTargets -nargs=1 Make :make <args> |
:make compiles the project just fine, so I couldn't figure out, why the command is needed.
I ran into this while I tried to use
vim-dispatch, which tries to define
:Make aswell.
P.S.: This is a very handy plugin :)
The plugin defines a
:Makecommand which is documented nowhere and of which I don't really understand the purpose:vim-cmake/plugin/cmake.vim
Line 160 in d4a6d18
:makecompiles the project just fine, so I couldn't figure out, why the command is needed.I ran into this while I tried to use vim-dispatch, which tries to define
:Makeaswell.P.S.: This is a very handy plugin :)