File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ endif
2828" MacVim uses Homebrew python3 if installed, next try to use python.org binary
2929if exists (" &pythonthreedll" ) && exists (" &pythonthreehome" ) &&
3030 \ ! filereadable (&pythonthreedll )
31- if filereadable (" /Library/Frameworks/Python.framework/Versions/3.5 /Python" )
31+ if filereadable (" /Library/Frameworks/Python.framework/Versions/3.6 /Python" )
3232 " https://www.python.org/downloads/mac-osx/
33- set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/3.5 / Python
34- set pythonthreehome = /Library/ Frameworks/Python.framework/ Versions/3.5
33+ set pythonthreedll = /Library/ Frameworks/Python.framework/ Versions/3.6 / Python
34+ set pythonthreehome = /Library/ Frameworks/Python.framework/ Versions/3.6
3535 endif
3636endif
3737
You can’t perform that action at this time.
0 commit comments