We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32768 commit 14363dbCopy full SHA for 14363db
1 file changed
src/MacVim/vimrc
@@ -28,10 +28,10 @@ endif
28
" MacVim uses Homebrew python3 if installed, next try to use python.org binary
29
if exists("&pythonthreedll") && exists("&pythonthreehome") &&
30
\ !filereadable(&pythonthreedll)
31
- if filereadable("/Library/Frameworks/Python.framework/Versions/3.5/Python")
+ if filereadable("/Library/Frameworks/Python.framework/Versions/3.6/Python")
32
" 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
+ set pythonthreedll=/Library/Frameworks/Python.framework/Versions/3.6/Python
+ set pythonthreehome=/Library/Frameworks/Python.framework/Versions/3.6
35
endif
36
37
0 commit comments