YouCompleteMe/python
Strahinja Val Markovic 45cbc7da7f Calling PrepareClangFlags is not needed anymore
ycm_extra_conf.py files used to import clang_helpers and then use the
PrepareClangFlags function; this is now unnecessary since the logic from that
function has been moved to flags.py. The old PrepareClangFlags function is still
there (it just returns the flags it gets) for the sake of backwards
compatibility with old ycm_extra_conf.py files.
2013-05-19 10:48:23 -07:00
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
completers Calling PrepareClangFlags is not needed anymore 2013-05-19 10:48:23 -07:00
extra_conf_store.py Calling PrepareClangFlags is not needed anymore 2013-05-19 10:48:23 -07:00
vimsupport.py Ignoring mappings in our vim 'normal' invocation 2013-03-31 21:01:38 -07:00
ycm_utils.py Filename completer now uses threads 2013-04-22 22:30:10 -07:00
ycm.py Refactoring out some pointless sys.path changes 2013-05-19 10:35:42 -07:00