Vim doesn't execute extra conf preload
This is executed inside the server now, as it should be.
This commit is contained in:
parent
f56ced6374
commit
5dd6782970
@ -44,9 +44,6 @@ function! youcompleteme#Enable()
|
|||||||
py from ycm import vimsupport
|
py from ycm import vimsupport
|
||||||
py from ycm import user_options_store
|
py from ycm import user_options_store
|
||||||
py user_options_store.SetAll( base.BuildServerConf() )
|
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()')
|
if !pyeval( 'base.CompatibleWithYcmCore()')
|
||||||
echohl WarningMsg |
|
echohl WarningMsg |
|
||||||
|
Loading…
Reference in New Issue
Block a user