YouCompleteMe/python/ycm
Justin Lebar a33f20d690 Update ycmd, and use JoinLinesAsUnicode in GetUnsavedAndCurrentBufferData().
This function is invoked on every kepress.  On a large file (15+k loc),
using this new function takes kepress latency down to <10ms from ~100ms.
2016-10-07 18:27:09 -07:00
..
client Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
tests Update ycmd, and use JoinLinesAsUnicode in GetUnsavedAndCurrentBufferData(). 2016-10-07 18:27:09 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Avoid evaluating Vim globals in Python 2016-05-06 20:14:10 +02:00
diagnostic_interface.py Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
omni_completer.py Add tests for omni completer GetCompletions 2016-05-08 15:47:58 +01:00
paths.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
setup.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
syntax_parse.py Extract keywords from whole PreProc syntax group 2016-08-09 11:59:35 +02:00
test_utils.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Update ycmd, and use JoinLinesAsUnicode in GetUnsavedAndCurrentBufferData(). 2016-10-07 18:27:09 -07:00
youcompleteme.py Handle keyboard interruption from Vim 2016-09-13 00:53:31 +02:00