From ca4498da816243332db111c95c86ab8e4d6e00c5 Mon Sep 17 00:00:00 2001 From: oli Date: Thu, 31 Jan 2019 09:41:16 +0100 Subject: [PATCH] Changed python 3.5 > 3.6 for conti laptop --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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