Search code examples
c++cvimvim-plugin

Commands given for cmake and doxygen in _vimrc give error on gvim start up?


I am a beginner to vim and just downloaded the c-support plugin (for C/C++ programming) from the following link: http://www.vim.org/scripts/script.php?script_id=213

As advised in the link, to enable cmake and doxygen, i added the following lines to my _vimrc:

let g:C_UseTool_cmake = 'yes' let g:C_UseTool_doxygen = 'yes'

However, now when I start up gvim, I get the following error message dialog:

Could not load the tool "cmake" (Vim(let):E117: Unknown function: mmtoolbox#make#Interface)- occurred at C:\Users\Satyendra\Vim\vimfiles\autoload\mmtoolbox\cmake.vim, line 219

My OS is Windows 10. How do I resolve this error?


Solution

  • (Posted on behalf of the OP).

    I opened an issue on C-Support's Github page, and the problem was solved.