YouCompleteMe/python/ycm
Strahinja Val Markovic a011eb6aa0 Fix duplicate entries in filename completion
We could just remove the "dup: 1" part in the completion dict, but that would
leave the duplicate removal up to Vim which would be slow. Also, we might not
end up returning the correct number of results then.
2013-07-08 15:56:54 -07:00
..
completers Fix duplicate entries in filename completion 2013-07-08 15:56:54 -07:00
tests Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Updating the error message for ycm_core loading 2013-06-12 10:38:49 -07:00
extra_conf_store.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
test_utils.py Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
utils.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
vimsupport.py Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
youcompleteme.py Adding OnVimLeave support to Completer class 2013-07-07 11:00:45 -07:00