YouCompleteMe/python/completers/all
Strahinja Val Markovic 196228217f Filename completer now uses threads
This was done by introducing a new ThreadedCompleter class that descends from
Completer. Both JediCompleter and FilenameCompleter descend from
ThreadedCompleter.
2013-04-22 22:30:10 -07:00
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
identifier_completer.py Filename completer now uses threads 2013-04-22 22:30:10 -07:00
omni_completer.py checking if a key is in a dict is done with 'key in dict' not 'hasattr(dict, key)' 2013-04-13 14:29:57 +02:00