jalcine / cmake.vim

:hammer: CMake functionality within Vim.
https://jalcine.github.io/cmake.vim
MIT License
74 stars 11 forks source link

README.md: update required for API change #49

Open bchretien opened 9 years ago

bchretien commented 9 years ago

The "Getting Started" section of the README currently indicates:

" Create a new binary directory for your clean project.
:CMakeCreateProject <build-dir-name>

But this part of the API was apparently changed in the last release to CMakeCreateBuild. Since there may be other notes to add regarding the last release, I guess you're the best suited for this update ;-)

jalcine commented 9 years ago

Good catch, @bchretien. I'll make the patch for this now, but I think I might just end up documentating the entire API built by cmake-vim and for the next fitting minor release, push the more complete documentation out.

jalcine commented 9 years ago

Going to leave this open until I finish documentating the codebase.

jalcine commented 9 years ago

Blocks #50.