Skip to content

Commit e92be4c

Browse files
committed
Fix misconfigured Homebrew Python 2.7 path in default vimrc
Fix macvim-dev#803
1 parent a3a7a5a commit e92be4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set langmenu=none
1919
" version. However, following code tries to find a Homebrew, MacPorts or
2020
" an installation from python.org:
2121
if exists("&pythondll") && exists("&pythonhome")
22-
if filereadable("/usr/local/Library/Frameworks/Python.framework/Versions/2.7/Python")
22+
if filereadable("/usr/local/Frameworks/Python.framework/Versions/2.7/Python")
2323
" Homebrew python 2.7
2424
set pythondll=/usr/local/Frameworks/Python.framework/Versions/2.7/Python
2525
set pythonhome=/usr/local/Frameworks/Python.framework/Versions/2.7

0 commit comments

Comments
 (0)