jalcine / cmake.vim

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

having doc tags committed in the repository makes this not vundle-friendly #2

Closed abigagli closed 10 years ago

abigagli commented 11 years ago

You have doc tags in the repository, but everytime I update through vundle's BundleInstall, tags get modified and then successive BundleInstall fail because the local copy has modifications and git refuses to pull from the repo

jalcine commented 11 years ago

Thanks for catching that @abigagli. It's fixed on the develop branch as of commit 47c1b52 so a quick pull would be enough.