Updating vimdoc again

This commit is contained in:
Strahinja Val Markovic 2013-02-12 20:59:11 -08:00
parent dcae48adf9
commit 0399ec94c8

View File

@ -136,8 +136,9 @@ local binary folder (for example '/usr/local/bin/mvim') and then symlink it:
Install YouCompleteMe with Vundle [6].
Remember: YCM is a compiled plugin. If you update it using Vundle, you should
rerun the install process again to rebuild it.
Remember: YCM is a plugin with a compiled component. If you update YCM using
Vundle and the ycm_core library API has changed (happens rarely), YCM will
notify you to recompile it. You should then rerun the install process.
Install CMake. Preferably with Homebrew [7], but here's the stand-alone CMake
installer [8].
@ -178,8 +179,9 @@ Vim from source [9] (don't worry, it's easy).
Install YouCompleteMe with Vundle [6].
Remember: YCM is a compiled plugin. If you update it using Vundle, you should
rerun the install process again to rebuild it.
Remember: YCM is a plugin with a compiled component. If you update YCM using
Vundle and the ycm_core library API has changed (happens rarely), YCM will
notify you to recompile it. You should then rerun the install process.
Install CMake. 'sudo apt-get install cmake'
@ -218,6 +220,10 @@ that platform).
See the FAQ if you have any issues.
Remember: YCM is a plugin with a compiled component. If you update YCM using
Vundle and the ycm_core library API has changed (happens rarely), YCM will
notify you to recompile it. You should then rerun the install process.
Please follow the instructions carefully. Read EVERY WORD.
- Ensure that your version of Vim is at least 7.3.584 and that it has support