Changed python 3.5 > 3.6 for conti laptop

This commit is contained in:
oli
2019-01-31 09:41:16 +01:00
parent 46266b845f
commit ca4498da81

View File

@@ -137,7 +137,7 @@ if has("win32")
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
let g:python_host_prog="f:\\Tools\\Python27\\python.exe"
elseif hostname == "UUL4JKMG"
let g:python3_host_prog="c:\\Python35\\python.exe"
let g:python3_host_prog="c:\\Python36\\python.exe"
let g:python_host_prog="c:\\Python27\\python.exe"
end
end