YouCompleteMe/python/completers/cpp
Ola Jeppsson 3d1a86c382 Let local YCM config file override global config file
Currently, when VIM opens a source file, YCM always defaults to
'g:global_ycm_extra_conf_file' if it exists.

This commit changes YCM's behaviour so that it first tries to find the config
file in the source file's folder (or any of its parents folder), before
falling back to 'g:global_ycm_extra_conf_file'.
2013-02-17 19:06:48 +01:00
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
clang_completer.py Better triggering of semantic completion 2013-02-11 21:46:06 -08:00
clang_helpers.py Printing an error when no ycm_clang_options.py file 2013-01-22 17:13:14 -08:00
flags.py Let local YCM config file override global config file 2013-02-17 19:06:48 +01:00
hook.py No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00