YouCompleteMe/python/ycm
micbou 0fd842a29e Set stdin to PIPE on Windows only when necessary
Executing the check_core_version.py script with SafePopen and stdin to
PIPE raises an error in Vim on Windows. Since the stdin option is only
useful when starting the ycmd server, it is only set in this case.
2015-07-02 20:47:13 +02:00
..
client Fix bad formatting for YcmCompleter message 2015-06-30 14:24:05 -07:00
tests Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Deleting obsolete code 2015-07-02 08:38:27 -07:00
diagnostic_interface.py Fix Vim E885: not possible to change sign 2014-10-29 10:16:38 -07:00
omni_completer.py Refactored completion request creation 2014-05-27 17:38:34 -07:00
syntax_parse.py Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
test_utils.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Redraw the screen before displaying a message 2015-06-20 05:57:01 +02:00
youcompleteme.py Set stdin to PIPE on Windows only when necessary 2015-07-02 20:47:13 +02:00