YouCompleteMe/python
Zeh Rizzatti ac1e04fc14 Check for a native completer with multiple filetypes
GetFiletypeCompleter would always return a omnicompleter for the first
filetype in case there was no native completer, and the lookup would
stop.

This changes that behaviour to get all possible completers and tries to
find a native one among them. If no native completer is found, it
returns the omnicompleter for the first filetypes, as it used to.
2013-03-02 22:14:22 -04:00
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
completers Support for multile filetypes in clang_completer 2013-03-02 22:02:29 -04:00
vimsupport.py Add code to ask user for confirmation in vimsupport 2013-02-25 10:50:44 +01:00
ycm_utils.py Renaming utils.py to ycm_utils.py 2013-02-04 15:33:18 -08:00
ycm.py Check for a native completer with multiple filetypes 2013-03-02 22:14:22 -04:00