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. |
||
---|---|---|
.. | ||
clang_includes | ||
completers | ||
vimsupport.py | ||
ycm_utils.py | ||
ycm.py |