YouCompleteMe/python
Strahinja Val Markovic 5207918432 Fix bug with [File] being shown instead of [Dir]
This is for filename completion in the case of C-family include completion. The
path was being assembled incorrectly so os.isdir() was getting the wrong path
and then could not see was it a directory.
2013-04-26 14:10:48 -07:00
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
completers Fix bug with [File] being shown instead of [Dir] 2013-04-26 14:10:48 -07:00
extra_conf_store.py Supporting YcmCorePreload logic 2013-04-22 10:31:16 -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 Force filename completer on #include 2013-04-24 19:59:14 -07:00