Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/vim-custom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class VimCustom < Formula
desc "Vi 'workalike' with many additional features"
homepage "https://www.vim.org/"
# vim should only be updated every 25 releases on multiples of 25
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1650.tar.gz"
sha256 "bab8a11ae35333221cffbca4518588bbe36604a5207135bf9f0d31579277960d"
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1700.tar.gz"
sha256 "7870ae57a21720a88f5171c2d4dbef09db42423ce2d5b45548800c190c5bf01f"
license "Vim"
head "https://github.com/vim/vim.git", branch: "master"

Expand Down