YouCompleteMe/python/completers
Strahinja Val Markovic 8c0a9bc90e Fixing rare hang issue with ultisnips completer
The issue was that AsyncCandidateRequestReady in the ultisnips completer would
always return false if there were no snippets for the current filetype, leading
to an infinite loop in CompletionsForQuery.

Fixes #270.
2013-04-24 13:07:56 -07:00
..
all Filename completer now uses threads 2013-04-22 22:30:10 -07:00
c No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
cpp Refactoring ycm_extra_conf handling into module 2013-04-22 10:31:16 -07:00
general Fixing rare hang issue with ultisnips completer 2013-04-24 13:07:56 -07:00
objc No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
objcpp No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
python Filename completer now uses threads 2013-04-22 22:30:10 -07:00
__init__.py Initial, rough version of completer separation 2012-08-04 17:46:54 -07:00
completer.py Filename completer now uses threads 2013-04-22 22:30:10 -07:00
general_completer.py Filename completer now uses threads 2013-04-22 22:30:10 -07:00
threaded_completer.py Filename completer now uses threads 2013-04-22 22:30:10 -07:00