Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change python version check #36

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

Change python version check #36

wants to merge 2 commits into from

Commits on Oct 31, 2018

  1. Change python version check

    Hello,
    
    I run neovim without python2 support, currently without setting `g:gundo_prefer_python3` I get an error regarding the import of the neovim module (to be expected), this removes the need to set the above mentioned variable when running with only python3 support, while otherwise keeping the same default behaviour.
    
    Cheers, and thank you for creating such an awesome plugin.
    
     Nathaniel
    natemaia committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    7aeed3b View commit details
    Browse the repository at this point in the history
  2. Remove additional 'g:gundo_prefer_python3' checks

    These check are no longer needed, we will either have python, or python3, or have thrown an error and finished.
    natemaia committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    b9fb338 View commit details
    Browse the repository at this point in the history