You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The plugin defines a
:Make
command which is documented nowhere and of which I don't really understand the purpose:vim-cmake/plugin/cmake.vim
Line 160 in d4a6d18
: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 text was updated successfully, but these errors were encountered: