YouCompleteMe/python
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
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
completers Let local YCM config file override global config file 2013-02-17 19:06:48 +01:00
vimsupport.py Initial version of omnifunc-based omni_completer 2013-02-10 20:03:56 -08:00
ycm_utils.py Renaming utils.py to ycm_utils.py 2013-02-04 15:33:18 -08:00
ycm.py Now checking ycm_core version for compatibility 2013-02-12 20:54:27 -08:00