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

Update required version of Vim #3538

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Commits on Jun 12, 2023

  1. Update required version of Vim

    Update the required version of Vim to be the version installed with
    Ubuntu 20.04 LTS.
    bhcleek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ddbab88 View commit details
    Browse the repository at this point in the history
  2. tests: change directories before deleting

    Change out of the dynamically created directory before trying to delete
    that directory so that the directory change after deletion does not fail
    because the current directory at the time of change does not exist.
    
    This situation is also handled by Vim 8.2.0189, but vim-go has to
    support 8.1.2269 for now, so adjust tests so that vim-go is no longer
    susceptible to the condition that 8.2.0189 fixes.
    bhcleek committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d57b398 View commit details
    Browse the repository at this point in the history