From 5dd6782970f8a231f4db489351c4762e69b1792e Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Tue, 1 Oct 2013 14:25:08 -0700 Subject: [PATCH] Vim doesn't execute extra conf preload This is executed inside the server now, as it should be. --- autoload/youcompleteme.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/autoload/youcompleteme.vim b/autoload/youcompleteme.vim index c60c207a..9290a0b7 100644 --- a/autoload/youcompleteme.vim +++ b/autoload/youcompleteme.vim @@ -44,9 +44,6 @@ function! youcompleteme#Enable() py from ycm import vimsupport py from ycm import user_options_store py user_options_store.SetAll( base.BuildServerConf() ) - " TODO: Remove the call to YcmPreload - py from ycm import extra_conf_store - py extra_conf_store.CallExtraConfYcmCorePreloadIfExists() if !pyeval( 'base.CompatibleWithYcmCore()') echohl WarningMsg |