YouCompleteMe/python/completers/general
Stanislav Golovanov e5c99428f3 fix IndexError when min_num_of_chars is set to 0
Fixes #307. Error is thrown when g:ycm_min_num_of_chars_for_completion
option is set to 0 user tries to delete an identifier which starts at
the beginning of the line.
2013-05-09 22:02:47 +04:00
..
__init__.py Add general completers support 2013-04-21 01:28:37 +04:00
filename_completer.py fix IndexError when min_num_of_chars is set to 0 2013-05-09 22:02:47 +04: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