Skip to content

Commit ca82514

Browse files
authored
Merge pull request #416 from macvim-dev/revert-415-fix/py3
Revert "Set Python3 settings automatically"
2 parents 6cfc463 + 414abe6 commit ca82514

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/MacVim/vimrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,3 @@ set backspace+=indent,eol,start
1313
" the entire MacVim menu is set up in a nib file which currently only is
1414
" translated to English).
1515
set langmenu=none
16-
17-
" Python3
18-
if has('python3') && !filereadable(&pythonthreedll)
19-
" https://www.python.org/downloads/mac-osx/
20-
if filereadable("/Library/Frameworks/Python.framework/Versions/3.5/Python")
21-
let $PYTHONHOME="/Library/Frameworks/Python.framework/Versions/3.5"
22-
set pythonthreedll=/Library/Frameworks/Python.framework/Versions/3.5/Python
23-
endif
24-
endif
25-

0 commit comments

Comments
 (0)