YouCompleteMe/python
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
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
completers Making the omni completer more robust 2013-03-22 10:26:18 -07:00
vimsupport.py Refactoring the ClangAvailableForBuffer method 2013-03-03 10:48:34 -08:00
ycm_utils.py Renaming utils.py to ycm_utils.py 2013-02-04 15:33:18 -08:00
ycm.py Reducing RAM consumption by deleting unused caches 2013-03-16 10:41:47 -07:00