YouCompleteMe/python/completers/general
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
..
__init__.py Add general completers support 2013-04-21 01:28:37 +04:00
filename_completer.py Fix bug with [File] being shown instead of [Dir] 2013-04-26 14:10:48 -07:00
general_completer_store.py Fixing minor regressions from general store commit 2013-04-25 15:36:56 -07:00
ultisnips_completer.py fix UnicodeEncodeError in ultisnips_completer 2013-04-26 00:42:02 +04:00