YouCompleteMe/python/ycm
Ben Jackson d9fef6be14 Remove knowlegde from YCM about subcommand names
Now 'GoTo' and 'FixIt' commands don't need to start with those
prefixes. For 'FixIt' we can detect the response type by looking for
the 'fixits' entry in the response.

For 'GoTo' this is a touch harder, as there is no completely obvious
way to tell. However it is unique in this respect, so we can simply
fall back to it.

Completers returning other types of response are not supported by
this client.
2016-02-21 22:02:33 +00:00
..
client Remove knowlegde from YCM about subcommand names 2016-02-21 22:02:33 +00:00
tests Moved parse request and diagnostics handling to python. 2016-02-21 14:47:54 +04:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Remove interpreter line from Python sources 2016-02-05 16:24:03 +01:00
diagnostic_interface.py Moved parse request and diagnostics handling to python. 2016-02-21 14:47:54 +04:00
omni_completer.py Remove interpreter line from Python sources 2016-02-05 16:24:03 +01:00
paths.py Remove interpreter line from Python sources 2016-02-05 16:24:03 +01:00
syntax_parse.py Remove interpreter line from Python sources 2016-02-05 16:24:03 +01:00
test_utils.py Remove interpreter line from Python sources 2016-02-05 16:24:03 +01:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Remove interpreter line from Python sources 2016-02-05 16:24:03 +01:00
youcompleteme.py Moved parse request and diagnostics handling to python. 2016-02-21 14:47:54 +04:00