YouCompleteMe/python/ycm
micbou a24d97ca6b
Resend request when extra conf is loaded or ignored
When the client sends a request to the server, if an extra conf file is found
that is not already white/blacklisted, the server stops processing the request
and tells the client that an unknown extra conf file has been found. The client
then asks the user if that file should be loaded or not. Depending on the
user's answer, the client sends a request to the server to load or ignore the
extra conf file. Finally, the server loads the file or adds it to the
blacklist. However, the initial request was not processed by the server and
should be sent again.
2018-04-22 22:10:14 +02:00
..
client Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
tests Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Rewrite completion system 2017-06-21 02:32:57 +02:00
buffer.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
diagnostic_filter.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
diagnostic_interface.py Improve diagnostic matches display 2018-02-18 21:32:00 +01:00
omni_completer.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
paths.py Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00
setup.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
syntax_parse.py Add function to capture Vim command output 2018-02-18 14:06:09 +01:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Do not disable omnifunc when filetype completion is disabled 2018-04-13 02:40:50 +02:00
youcompleteme.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00