From 0399ec94c89990b011a6daa6e9ef29b8f862f6b9 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Tue, 12 Feb 2013 20:59:11 -0800 Subject: [PATCH] Updating vimdoc again --- doc/youcompleteme.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index bb2ff0c0..3f16a563 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -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