YouCompleteMe/python/completers
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
..
all Only triggering omni_completer when omnifunc set 2013-02-13 10:27:40 -08:00
c No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00
cpp Let local YCM config file override global config file 2013-02-17 19:06:48 +01: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 typo fix 2013-02-13 21:18:51 -08:00