Skip to content

Commit

Permalink
vim: swap to git
Browse files Browse the repository at this point in the history
Every commit to vim is a separate git tag and release. To avoid
endless, countless updates the package now tracks git.

You will no longer receive notifications for vim updates daily
or semi-daily. Instead, everytime you run 'kiss b vim', the
latest release will be built.

On milestones I may bump the release number (second field in
version) to ensure you receive the major changes (8.3 -> 8.4).
  • Loading branch information
dylanaraps committed Jan 18, 2020
1 parent fc39d99 commit b46d9cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extra/vim/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3b56603aebc47f06e06a1419b9c5db855f4af5dc71ffa28a00cebcf4b4162aa7 v8.2.0119.tar.gz
git vim
2 changes: 1 addition & 1 deletion extra/vim/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/vim/vim/archive/v8.2.0119.tar.gz
git+https://github.com/vim/vim
2 changes: 1 addition & 1 deletion extra/vim/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.0119 1
git 1

0 comments on commit b46d9cf

Please sign in to comment.