Author: breser
Date: Fri Apr 26 20:14:24 2013
New Revision: 1476376

URL: http://svn.apache.org/r1476376
Log:
* .ycm_extra_conf.py: Swap the do_cache boolean values that were backwards.

Modified:
    subversion/trunk/.ycm_extra_conf.py

Modified: subversion/trunk/.ycm_extra_conf.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/.ycm_extra_conf.py?rev=1476376&r1=1476375&r2=1476376&view=diff
==============================================================================
--- subversion/trunk/.ycm_extra_conf.py (original)
+++ subversion/trunk/.ycm_extra_conf.py Fri Apr 26 20:14:24 2013
@@ -48,10 +48,10 @@ def FlagsForFile( filename ):
             compilation_info.compiler_flags_,
             compilation_info.compiler_working_dir_ ),
         filename )
-    do_cache = False
+    do_cache = True
   else:
     final_flags = [ ] 
-    do_cache = True
+    do_cache = False 
 
   return {
     'flags': final_flags,


Reply via email to