YouCompleteMe/python/ycm
Strahinja Val Markovic e740bac1f6 Better completion in the middle of a word
For instance (`|` represents the cursor):
  1. Buffer state: `foo.|bar`
  2. A completion candidate of `zoobar` is shown and the user selects it.
  3. Buffer state: `foo.zoobar|bar` instead of `foo.zoo|bar` which is what the
  user wanted.

This commit resolves that issue.

It could be argued that the user actually wants the final buffer state to be
`foo.zoobar|` (the cursor at the end), but that would be much more difficult
to implement and is probably not worth doing.

Fixes #374.
2013-06-09 19:00:49 -07:00
..
completers Better completion in the middle of a word 2013-06-09 19:00:49 -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 Better completion in the middle of a word 2013-06-09 19:00: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 Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00