Skip to content

Commit

Permalink
vim: fix link to vim9 (#6407)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 authored Jan 19, 2025
1 parent 3139088 commit b70885f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spk/vim/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = vim
SPK_VERS = 9.1
SPK_REV = 7
SPK_REV = 8
SPK_ICON = src/vim.png

DEPENDS = cross/vim
Expand All @@ -17,7 +17,7 @@ CHANGELOG = "1. Update vim to v9.1. <br/>2. Finally remove python feature."
HOMEPAGE = https://www.vim.org/
LICENSE = Charityware

SPK_COMMANDS = bin/vim bin/vim$(firstword $(subst ., ,$(PKG_VERS)))
SPK_COMMANDS = bin/vim bin/vim$(firstword $(subst ., ,$(SPK_VERS)))
SPK_COMMANDS += bin/view bin/vimdiff bin/rvim bin/rview bin/vimtutor

include ../../mk/spksrc.spk.mk

0 comments on commit b70885f

Please sign in to comment.