We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a7a5a commit e92be4cCopy full SHA for e92be4c
src/MacVim/vimrc
@@ -19,7 +19,7 @@ set langmenu=none
19
" version. However, following code tries to find a Homebrew, MacPorts or
20
" an installation from python.org:
21
if exists("&pythondll") && exists("&pythonhome")
22
- if filereadable("/usr/local/Library/Frameworks/Python.framework/Versions/2.7/Python")
+ if filereadable("/usr/local/Frameworks/Python.framework/Versions/2.7/Python")
23
" Homebrew python 2.7
24
set pythondll=/usr/local/Frameworks/Python.framework/Versions/2.7/Python
25
set pythonhome=/usr/local/Frameworks/Python.framework/Versions/2.7
0 commit comments