Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Fix check / load of Python versions #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2018

  1. Fix check / load of Python versions

    The previous code checks for Python 2, unconditionally, with
    `has('python')`.  Unfortunately, this loads Python2 in vim, and then
    prevents Python3 loading correctly.  As a result, if you specify you
    want Python3 in your vimrc, and you have both Pythons installed into
    Vim, then you'll get Python2.
    
    Fix by checking the vimrc configuration before checking for the presence
    of Python versions.
    matthew-brett committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    44f88f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    fb1d029 View commit details
    Browse the repository at this point in the history