diff --git a/init.vim b/init.vim index 5f9ea8d..fb2a076 100644 --- a/init.vim +++ b/init.vim @@ -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