YouCompleteMe/python/ycm
Strahinja Val Markovic c3fcaf2b29 Strict 0.5s time budget for completion requests
Vim still loves to block the main GUI thread on occasion when asking for
completions... to counteract this stupidity, we enforce a hard budget of 0.5s
for all completion requests. If the server doesn't respond by then (it should,
unless something really bad happened), we give up.
2013-10-14 11:08:15 -07:00
..
client Strict 0.5s time budget for completion requests 2013-10-14 11:08:15 -07:00
completers <c-space> again filters the semantic completions 2013-10-09 20:20:34 -07:00
server Client & server threads increased from 4 to 10 2013-10-11 20:12:04 -07:00
tests extra conf path handling now OS-agnostic 2013-08-25 10:44:45 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Releasing Python's GIL in C++ code where possible 2013-10-11 19:27:04 -07:00
extra_conf_store.py We now only run extra conf preload for global file 2013-10-10 12:55:49 -07:00
test_utils.py Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
user_options_store.py frozendict now as submodule in third_party 2013-10-07 11:03:30 -07:00
utils.py Getting path to python exe on Windows correctly 2013-10-11 11:11:02 -07:00
vimsupport.py YCM now working on new buffers with ft set 2013-10-07 11:03:30 -07:00
youcompleteme.py Preventing Vim thread block on file save 2013-10-11 19:09:21 -07:00