YouCompleteMe/python/ycm
Strahinja Val Markovic 2a704bc668 Custom identifier support now done.
This commit is the YCM-client part of the support. The ycmd support is
already done.

We now need per-language identifier regexes in ycmd (see
identifier_utils.py). There's some for HTML, CSS and the generic regex
that was used for everything until now.  Pull requests welcome for other
languages.

Fixes #86.
2014-08-28 11:39:10 -07:00
..
client Removing default server_location. 2014-08-22 11:25:58 -07:00
tests Custom identifier support now done. 2014-08-28 11:39:10 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Custom identifier support now done. 2014-08-28 11:39:10 -07:00
diagnostic_interface.py Updating to latest ycmd 2014-06-03 14:49:53 -07:00
omni_completer.py Refactored completion request creation 2014-05-27 17:38:34 -07:00
syntax_parse.py Enable Function syntax for keyword seeding 2014-05-21 13:33:45 +10:00
test_utils.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Custom identifier support now done. 2014-08-28 11:39:10 -07:00
youcompleteme.py Handling os.getcwd() throwing an exception. 2014-08-20 13:40:17 -07:00