Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: macvim-dev/macvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: staging
Choose a base ref
...
head repository: macvim-dev/macvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 8, 2026

  1. CI: Bump the github-actions group across 3 directories with 2 updates

    Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    Bumps the github-actions group with 1 update in the /.github/actions/test_macvim_artifacts directory: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    Bumps the github-actions group with 1 update in the /.github/actions/universal-package directory: [actions/cache](https://github.com/actions/cache).
    
    
    Updates `actions/upload-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    Updates `actions/upload-artifact` from 4 to 7
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    Updates `actions/cache` from 4 to 5
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    d310173 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1636 from macvim-dev/dependabot/github_actions/gi…

    …thub-actions-364172962e
    
    CI: Bump the github-actions group across 3 directories with 2 updates
    ychin authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    ae67b87 View commit details
    Browse the repository at this point in the history
  3. ci: Don't use GNU iconv for legacy builds

    We are only using GNU iconv instead of native one because in newer macOS
    versions the system iconv is buggy. This isn't an issue for older macOS
    versions. Building with GNU iconv makes the build chain more complicated
    for self-hosted VMs and it also increases binary size so we don't want
    to do this unless it's necessary.
    ychin committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    091e120 View commit details
    Browse the repository at this point in the history
  4. MacVim r183

    Note that release notes are now written in a separate file under the new
    release-notes folder. This helps keep commit messages brief and makes it
    easier to inspect old release notes.
    ychin committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    b0e4e53 View commit details
    Browse the repository at this point in the history
Loading