YouCompleteMe/python
Zeh Rizzatti 1acd3e84c7 Support for multile filetypes in clang_completer
clang_completer would check if the raw value of '&ft' was one of
supported filetypes for the completer.

Vim allows for multiple filetypes with a '.' separator. A file with
ft=qt.cpp, for example, would not be supported by clang_completer even
though it was a cpp file.

This patch changes that behaviour.
2013-03-02 22:02:29 -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 Implement completer-specific commands 2013-02-28 11:32:07 +01:00