Below you will find pages that utilize the taxonomy term “rhysd”
July 28, 2024
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.5.
This action is used across all versions by 1,594 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix vim command hangs on Windows after Vim 9.1.0631. (#37) Shout out to @k-takata to say thank you for the great help at https://github.com/vim/vim/issues/15372. Update the dependencies to the latest. This includes small security fixes.
May 17, 2024
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.4.
This action is used across all versions by 1,490 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Support Neovim v0.10 new asset file names for macOS. (#30) Until v0.9.5, Neovim provided a single universal executable. From v0.10.0, Neovim now provides separate two executables for arm64 and x86_64. action-setup-vim downloads a proper asset file looking at the current architecture.
May 7, 2024
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.3.
This action is used across all versions by 1,472 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Remove the support for Ubuntu 18.04, which was removed from GitHub-hosted runners more than one year ago. Improve adding bin directory to the $PATH environment variable by using core.addPath rather than modifying the environment variable directly. (#33, thanks @ObserverOfTime) Update dependencies including some security patches.
March 29, 2024
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.2.
This action is used across all versions by 1,402 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix the nightly Neovim installation was broken due to https://github.com/neovim/neovim/pull/28000. (#30, thanks @linrongbin16) Neovim now provides neovim-macos-arm64.tar.gz (for Apple Silicon) and neovim-macos-x86_64.tar.gz (for Intel Mac) separately rather than the single neovim-macos.tar.gz. This change will be applied to the next stable version. Update npm dependencies to the latest.
October 15, 2023
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,142 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes configure-args input was added to customize build configurations on building Vim from source. This input is useful to change ./configure arguments to enable/disable some features of Vim. For example, when you’re facing some issue on generating translation files (this sometimes happens when building older Vim), disabling the native language support would be able to avoid the issue.