YouCompleteMe/python/completers/all
Strahinja Val Markovic 74021144c0 Making the omni completer more robust
- There was a bug in not calling int() on the result of the first call to the
omnifunc.
- We need to be more resilient to badly written omnifuncs and check that the
result of the second call is a list or a dict with a list, as the vim docs say
the omnifunc should return on the second call.

One of the two fixes probably fixes #198 but since I can't repro the error, I
can't be sure.
2013-03-22 10:26:18 -07:00
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
identifier_completer.py Add GetBoolValue helper in vimsupport 2013-02-25 10:50:39 +01:00
omni_completer.py Making the omni completer more robust 2013-03-22 10:26:18 -07:00