1acd3e84c7
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. |
||
---|---|---|
.. | ||
__init__.py | ||
clang_completer.py | ||
clang_helpers.py | ||
flags.py | ||
hook.py |