YouCompleteMe/python
nop fd6338fa88 Fixed OmniSharp launch under Windows (again)
We pass shell=True to Popen so that OmniSharp is not started inside a
new visible window under Windows. And since we use shell=True, we pass
the command to execute as a string, as recommended by Python's docs
(also, it won't work when passed as a sequence anyway :) ).
2013-12-10 12:46:05 +01:00
..
clang_includes Using the new clang 3.3 headers 2013-06-19 21:58:53 -07:00
ycm Fixed OmniSharp launch under Windows (again) 2013-12-10 12:46:05 +01:00
test_requirements.txt Workaround for annoying clang bug with pragma once 2013-11-17 17:59:39 -08:00