YouCompleteMe/python
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
..
ycm Remove knowlegde from YCM about subcommand names 2016-02-21 22:02:33 +00:00
test_requirements.txt Correct import of argparse 2015-11-08 23:09:41 +00:00