YouCompleteMe/python/ycm/completers
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
..
all Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
c Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
cpp Check for empty flags list 2013-05-28 09:43:13 -07:00
general Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
objc Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
objcpp Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
python Adding back the Jedi submodule 2013-05-19 19:47:34 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
completer.py API docs for ThreadedCompleter 2013-05-20 09:40:04 -07:00
general_completer.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
threaded_completer.py API docs for ThreadedCompleter 2013-05-20 09:40:04 -07:00