YouCompleteMe/python/completers/cpp
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
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
clang_completer.py Support for multile filetypes in clang_completer 2013-03-02 22:02:29 -04:00
clang_helpers.py Printing an error when no ycm_clang_options.py file 2013-01-22 17:13:14 -08:00
flags.py Minor post-PR changes 2013-02-28 09:54:22 -08:00
hook.py No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00