YouCompleteMe/python
Strahinja Val Markovic d7195f6f19 Fixing race condition on server crash
Crash handling code tried to read stderr log file, but the file can be deleted
by the server befor we get to look at it. In such a case, we post a different
error message (without the log output).

Point is we do our best to get the error output if the user doesn't have
g:ycm_server_keep_logfiles set. If we can't get the logfile, oh well. We tell
the user to set that flag if they care.

Fixes #974.
2014-05-16 19:26:46 -07:00
..
clang_includes Revert "Remove clang_includes folder" 2014-04-02 15:41:51 -07:00
ycm Fixing race condition on server crash 2014-05-16 19:26:46 -07:00
test_requirements.txt Workaround for annoying clang bug with pragma once 2013-11-17 17:59:39 -08:00