Преглед на файлове

Vim doesn't execute extra conf preload

This is executed inside the server now, as it should be.
Strahinja Val Markovic преди 11 години
родител
ревизия
5dd6782970
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      autoload/youcompleteme.vim

+ 0 - 3
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 |