YouCompleteMe/python/completers
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
..
all Merge branch 'master' of github.com:kljohann/YouCompleteMe into kljohann-master 2013-02-26 18:21:46 -08:00
c No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
cpp Support for multile filetypes in clang_completer 2013-03-02 22:02:29 -04:00
objc No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
objcpp No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
__init__.py Initial, rough version of completer separation 2012-08-04 17:46:54 -07:00
completer.py Implement completer-specific commands 2013-02-28 11:32:07 +01:00