30036ca8e2
When we enter a new buffer we need to know if the ycmd server has a native completer for the current filetype, this means that when we start vim we need to know if the server has a completer available for the buffer which means that we have to wait for the server to be up and running. To mitigate this defer the setting of the omnifunction closer to its need which is when we enter insert mode; this should give room for the ycmd server to start before we ask for anything or at least should reduce the time waiting. ref: #1529 |
||
---|---|---|
.. | ||
youcompleteme.vim |