We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a978220 commit 8164177Copy full SHA for 8164177
Formula/v/vim.rb
@@ -2,8 +2,8 @@ class Vim < Formula
2
desc "Vi 'workalike' with many additional features"
3
homepage "https://www.vim.org/"
4
# vim should only be updated every 50 releases on multiples of 50
5
- url "https://github.com/vim/vim/archive/refs/tags/v9.1.1200.tar.gz"
6
- sha256 "eeba446b1f196f1019773c6f07e8b9929bcfc498a6c444f94dffc81a85bf1a73"
+ url "https://github.com/vim/vim/archive/refs/tags/v9.1.1250.tar.gz"
+ sha256 "4b439a595e2551ccbf734f4223887ec823c0ab96d9e2c1dee55c05a99d232a42"
7
license "Vim"
8
head "https://github.com/vim/vim.git", branch: "master"
9
0 commit comments