Strahinja Val Markovic
|
088eb4d0d2
|
Cleaner server shutdown
Listening for VimLeave was sub-optimal. popen.terminate() is much cleaner.
|
2013-10-07 11:03:26 -07:00 |
|
Strahinja Val Markovic
|
6acc381262
|
Identifier completer now fully decoupled from Vim
|
2013-10-07 11:03:26 -07:00 |
|
Strahinja Val Markovic
|
a7c609efd7
|
More python unicode object support in ycm_core
|
2013-10-07 11:03:26 -07:00 |
|
Strahinja Val Markovic
|
3f0b719846
|
Encoding data to utf8 if 'unicode' object
ycm_core only deals with utf8 and the functions only accept python string
objects.
|
2013-10-07 11:03:26 -07:00 |
|
Strahinja Val Markovic
|
29bb90a6b4
|
Decoupling completers from Vim; still WIP & broken
Note to self: squash this commit before merging into master.
|
2013-10-07 11:03:25 -07:00 |
|
Strahinja Val Markovic
|
28c3d9648c
|
Deleting some dead code
|
2013-10-07 11:03:25 -07:00 |
|
Strahinja Val Markovic
|
a26243092f
|
Now more explicit about accessing user options
We don't inspect the Vim process anymore when we want an option; we parse the
options on startup and then use that data structure.
|
2013-10-07 11:03:25 -07:00 |
|
Strahinja Val Markovic
|
22256f361d
|
ShouldUseNow now takes a current_line param
This is now used instead of examining the vim.current.line property.
|
2013-10-07 11:03:25 -07:00 |
|
Strahinja Val Markovic
|
451acc0073
|
Adding OnVimLeave support to Completer class
|
2013-07-07 11:00:45 -07:00 |
|
Strahinja Val Markovic
|
04ca6ec4de
|
g:ycm_semantic_triggers now only adds new triggers
Fixes #164.
|
2013-06-29 11:53:16 -07:00 |
|
Strahinja Val Markovic
|
4389b1f1d8
|
API docs for ThreadedCompleter
|
2013-05-20 09:40:04 -07:00 |
|
Strahinja Val Markovic
|
faa225fdc4
|
Moving everything under pytho/ycm
|
2013-05-19 19:44:42 -07:00 |
|